My personal and portfolio website, built with Astro and SolidJS.
π Live site
ποΈ Figma design
Note
Since Bun isn't fully compatible with Node.js yet, you should probably install Node.js alongside Bun to avoid potential issues with Astro.
Bun will automatically use the installed Node.js for running Astro, so you don't have to worry about it.
-
Install dependencies
bun install
-
Start the development server
bun run dev
-
Build the site
bun run build
-
Preview the built site
bun run preview
Currently, the site is deployed on Cloudflare Pages. If you want to deploy it on other services, you can change the adapter in astro.config.mjs:
},
- adapter: cloudflare({
- ...
- }),
+ // Add your adapter hereThis project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
While the work itself is open source, I'd appreciate if you would credit me as the author if you'd like to use this project for your own work. Thank you! π
