This project is:
- Powered by @marko/run
- Build by Bun.sh
- Deployed by GitHub Actions
- Hosted on GitHub Pages
- Run
npm run dev
to start the development server - Run
npm run build
to build a production-ready node.js server - Run
npm run preview
to run the production server
Pages map to the directory structure. You can add additional pages by creating files/directories under src/routes
with +page.marko
files. Learn more in the @marko/run
docs.