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-webyarn 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 testember test --server
yarn lintyarn lint:fix
ember build(development)ember build --environment production(production)
(TODO: Deployment instructions go here)