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