The Github repo for the 2020 DPD Graduation Show at Curtin University. Created by the awesome graduating students of 2020!
See CONTRIBUTORS.md for a list of contributors to the project
To make things super smooth, please refer to CONTRIBUTING.md
First install the dependencies:
npm install
Then you can:
Command | Description |
---|---|
npm run start |
Run your website on http://localhost:8080 |
npm run build |
Build your production website inside /dist |
npm run format |
Run prettier on all filles except /dist |
npm run analyze |
Output info on your bundle size |