Website build using:
(in recordtime, don't expect pretty code)
If you're doing it locally, start with clicking the use this template button on GitHub. This will create a new repository with this template's files on your GitHub account. Once that is done, clone your new repository and navigate to it in your terminal.
From there, you can install the project's dependencies by running:
npm installFinally, you can run your project locally with:
npm run devOpen your browser and visit http://localhost:3000
This template currently uses:
- Renovate - to regularly update dependencies