Hack day website easy to build
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This project uses some node modules so we recommend to install npm.
You can check that you have npm installed with this command.
npm -v
You need Python 3.5 or later to run this project.
All you need is in requirements.txt.
If pip installed, you can set environment like this.
pip install -r requirements.txt
You also need to install node modules.
npm install
demo page:
Run Develop server
$ ng build
$ python app.py
- Angular - web application framework
- Tornado - web server framework and asynchronous networking library
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Lim Junsu - web server - JunsuLime
- Kim Jieun - web front-end - kimjieun02
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- This file was generated by PurpleBooth/README-Template.md.