Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 901 Bytes

File metadata and controls

25 lines (17 loc) · 901 Bytes

Technical overview

This is a single-page application (client-side only, no server).

Setup

  1. Ensure you have a recent version of Node installed. Try node --version.
  2. Install development dependencies with npm install.

Then, you can:

  • Run a dev server: npm run dev
  • Run static checks: npm run check
  • Run tests: npm run test

Deploying

Pushing to the main branch will automatically build and deploy the live site through GitHub Actions.