An official homepage for the open source project BlueMarble.
Technologies used: svelte-kit, tailwindcss, daisyui
Whether you want to contribute or run the project locally for whatever reason, here are the steps to get you going
- Clone the repository
git clone https://github.com/crqch/bluemarble-website
- Install the dependencies
bun i or npm i if you're not cool (jk)
- Run the dev server
bun dev or npm run dev
- The website is reachable at
localhost:5173
For contributing details see CONTRIBUTING
