Skip to content

Website frontend for the upcoming F-Zero Central website.

Notifications You must be signed in to change notification settings

fzerocentral/fzerocentral-web

Repository files navigation

fzerocentral-web

Website frontend for the (upcoming) F-Zero Central website. Uses Ember.js.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd fzerocentral-web
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint
  • yarn lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

(TODO: Deployment instructions go here)

Further Reading / Useful Links