Website frontend for the (upcoming) F-Zero Central website. Uses Ember.js.
You will need the following things properly installed on your computer.
- Git
- Node.js
- Yarn (version 1.x)
- Ember CLI
- Google Chrome (to run automated tests in Chrome's headless mode)
git clone <repository-url>
this repositorycd fzerocentral-web
yarn install
- Get an instance of the F-Zero Central API up and running at http://localhost:3000.
- Run this ember app:
yarn run start
- Visit the app at http://localhost:4200.
- Visit the tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
yarn lint
yarn lint:fix
ember build
(development)ember build --environment production
(production)
(TODO: Deployment instructions go here)