This is the source code for the edgebox.io website.
Built with:
To get started, install bun:
brew install oven-sh/bun/bunThen, install the dependencies:
bun installRun the development server
bunx --bun astro devTo build the site, run the build command:
bunx --bun astro buildAstro will output your site to the dist/ directory. Then, you can serve your site using the preview command:
bunx --bun astro previewTo contribute, please clone the repo / create a fork, add your changes and submit a PR back.