You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thank you very much for this tool.
I have been trying to deploy this webapp in my macOS, and I have got a lot of issues. Hopefully, with a help of a friend, some coffe and a good amount of hours I ended up with these instructions:
You'll need to have "tac" command. Is included in linux, but not nativelly, at least in my version of macOS
Be sure that the "tac" command works well. Type "tac README.md" and you should read all the lines in inverse order.
If you have installed coreutils but the "tac" command is not working, the command it is probably associated with "gtac", so try "gtac README.md". If this works, do: ln -s /usr/local/bin/gtac /usr/local/bin/tac
Hello! Thank you very much for this tool.
I have been trying to deploy this webapp in my macOS, and I have got a lot of issues. Hopefully, with a help of a friend, some coffe and a good amount of hours I ended up with these instructions:
Be sure that the "tac" command works well. Type "tac README.md" and you should read all the lines in inverse order.
If you have installed coreutils but the "tac" command is not working, the command it is probably associated with "gtac", so try "gtac README.md". If this works, do:
ln -s /usr/local/bin/gtac /usr/local/bin/tac
brew install yarn
sudo yarn global add serve
git clone --recursive https://github.com/stevenliuyi/covid19.git
yarn —recursive
yarn build
serve -s build
The text was updated successfully, but these errors were encountered: