This repository is for demonstration purposes only. It includes:
- An example of what the site submission data standard might look like
- A 'view' page showing how a user might view submitted site suggestions using a web component
- A 'form' page showing how a user might submit a site suggestion (unfinished)
To install dependencies:
bun installTo start a development server:
bun devTo run for production:
bun startThis project was created using bun init in bun v1.2.23. Bun is a fast all-in-one JavaScript runtime.
