Skip to content

RoboTeamTwente/roboteam_website

Repository files navigation

roboteam-website

Build Status

This repository holds the website for RoboTeam Twente. The site has been build using Ember for the frontend and Firebase as backend.

installation

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd roboteam_website
  • npm 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

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Deploying

  • move the contents of the 'dist' folder into the root of the domain on the server. It should work out of the box.

Further Reading / Useful Links

About

The website for Roboteam Twente, build with Ember.js and Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published