Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 937 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 937 Bytes

Contributing

The website is built using Astro and TypeScript.

Running the site

$ npm install
$ npm run start

The site will be available at http://localhost:4321. A local network address for testing on a mobile device will also be shown.

Continuous integration

A GitHub action is configured to run lint and build for every PR.

To lint locally, run npm run lint.

Deploys

GitHub actions are configured for continuous deployment:

To create a production build locally, run npm run build. Output will be available in /dist