Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 928 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 928 Bytes

Website build using:

(in recordtime, don't expect pretty code)

Setting Up Locally

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 install

Finally, you can run your project locally with:

npm run dev

Open your browser and visit http://localhost:3000

Testing

Included Default Testing

This template currently uses:

  • Renovate - to regularly update dependencies