Frontend to sign people in at Bernie events. React + React-Router + CoffeeScript
- git
- npm
- Clone the repository (
git clone [email protected]:Bernie-2016/signin-frontend.git
) - Install dependencies:
npm install
- Run development server:
gulp serve
and open http://localhost:8080 (you'll also need to setup and run the development server)
- Add valid IAM credentials in
credentials.json
. - Run
npm run webpack
to generate production assets. - Run
npm run deploy
to deploy.
- Fork it ( https://github.com/Bernie-2016/signin-frontend/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request