Set up:
npm install
Development:
npm run dev
Notes:
- The website has a ``baseLink, so it's developed and hosted on
https:// .... - Work in
/publicfolder for content editting. Make sure to prefix with `` for links to work. - Markdown supports html tags and tailwind styles.
- The website is hosted on GitHub Pages. The
gh-pagesbranch is used to deploy the website. The build and deployment are done automatically by GitHub Actions.