Published at https://pweb-3-3-2022.github.io/front/
Recent NodeJS with npm or pnpm (recommended).
git clone https://github.com/PWEB-3-3-2022/front
cd front
pnpm install
VSCode + Svelte extension or Webstorm + Svelte plugin
It is also recommended to setup your IDE to work with ESLint.
pnpm run dev -- --open
- (Optional) Create an issue
- Create a feature branch (e.g. feat/change)
- Run your code against the linter before pushing
pnpm run lint
- Push your commits to this new branch
- Create a pull request
- Wait for merge