This is the website for melonJS. Built with Astro, using plain CSS and vanilla JavaScript.
To run the website in development mode:
npm run dev
To publish a new version of the site (automatically formats code with Prettier):
npm run build
git add .
git commit -m "Deploy my new feature!"
git push
| Directory | Purpose |
|---|---|
| /public/ | Static assets (images, etc.) |
| /src/pages/ | Pages (file-based routing, supports .md and .mdx) |
| /src/components/ | Reusable Astro components (header, carousel, icons) |
| /src/layouts/ | Page layouts |
| /src/styles/ | Global stylesheets (plain CSS with native nesting & variables) |
melonJS is licensed under the MIT License
Copyright (C) AltByte Pte Ltd