TAMU Datathon's smart application system
-
Open folder in Visual Studio Code.
- Highly recommend getting this vscode extention
-
Make sure you have Node JS installed and npm. You can test it with:
$ node --version v10.20.1 $ npm --version 6.14.4
-
Install all the npm dependencies for this project:
$ npm install
-
Copy the
sample.env
file into.env
and change the appropriate variables -
Run the application:
$ npm start # for production mode $ npm run dev # for dev mode, need to run this to go through galaxy proxy
-
Load the page on http://localhost:4000/apply