This repo contains the source code for the frontend of the main website of the 📈UNSW Quantitative Finance and Trading Society (Quantsoc), powered by ReactJs.
Once you have a rather recent version of npm
installed on a (preferably) Unix based system, simply run:
$ npm install
$ npm run prepare
Then you may run a development setting via:
$ npm run start
The cleansing process will run before each push, however, you can run the linting and test manually by doing:
$ npm run lint
$ npm run test
To run a quick production build, simply do:
$ npm run build
$ npm run serve
For conventions, module structure, advanced configuration or cooler stuff, check out the wiki page.
To learn React, check out the React documentation.