There should be a GitHub Actions workflow to automate the process.
- Install NodeJS
- Install Git
- Run
npm install
to install all dependencies - Run
npm run dev
to create a local server to view your changes
We also use Prettier for code formatting so
please run npx prettier --write .
whenever you're creating
a pull request. If you're using Visual Studio Code, it should
automate the process for you.