-
Install Node.js:
- From nodejs.org (All platforms)
- Or using Homebrew (Mac)
- Or any other package manager
-
Clone the repo
-
Install dependencies (at the root of the repo):
npm install
-
Run the project
npm start
-
Build for deployment
npm run build
-
Build for deployment (Windows only)
npm run buildwin