Quick Start
- Locate repo on GitLab: https://gitlab.com/gimbalabs/ppbl-2023/gpte-front-end-template-2023/
- clone
git clone https://gitlab.com/gimbalabs/ppbl-2023/gpte-front-end-template-2023/
- in the directory you have just created, use your favoured package manager to install/update dependencies.
eg
# yarn
yarn
# npm
npm install
- Run locally:
# yarn
yarn dev
# npm
npm run dev