Skip to content

PalmDevs/website

Repository files navigation

🌐 Website

My personal and portfolio website, built with Astro and SolidJS.

πŸ“Ž Live site
πŸ–ŒοΈ Figma design

Screenshot

🧰 Stack

πŸ‘· Developing

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.

  1. Install dependencies

    bun install
  2. Start the development server

    bun run dev

βš’οΈ Building

  1. Build the site

    bun run build
  2. Preview the built site

    bun run preview

🐳 Deployment

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 here

πŸ“ License

This 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! πŸ’–

About

🌐 My personal and portfolio website, built with Astro and SolidJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors