src/
folder - contains all codecomponents/
folder - put all components herepages/
folder - each page has 2 files<pageName>.module.scss
- the stylesheet of the page, all styles are for that page only<pageName>.tsx
- the page file itself
- Clone this repository and checkout to the py16 branch
- Mkae sure you have node.js and npm / yarn installed
- Install dependencies (run yarn commands if you have yarn installed, else run npm commands)
- yarn:
yarn
- npm:
npm install
- yarn:
- Run the dev server
- yarn:
yarn dev
- npm:
npm run dev
- yarn: