- Node
- Install from nodejs.org
- Homebrew
- Install from brew.sh
- Yarn
brew install yarn
To start Sakura:
- Install dependencies with
yarn
- Start development server with
yarn start
Your browser will open to localhost:3000
.
All code must follow Airbnb JavaScript Style Guide.