Open a Terminal:
- on Mac, use the built in
Terminalapp - on Windows, you can use either
PowerShell(Windows 10+) orGitBash(any version)
Run the following commands, one after the other:
git clone git@github.com:phapsides/fostr.io.git
cd fostr.io
npm install
npm start
Open a Terminal:
- on Mac, use the built in
Terminalapp - on Windows, you can use either
PowerShell(Windows 10+) orGitBash(any version)
Run the following commands, one after the other:
cd fostr.io
npm start