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

  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

This site can be deployed to a Docker container. The port is exposed on 8443.

# Run on this shell
docker compose up
# or run in background
docker compose up -d

If you want to deploy statically via GitHub pages, Cloudflare pages, or similar, modify astro.config.mjs to remove the adapter for Node.js:

     },
-    adapter: node({
-        mode: 'middleware',
-    }),
     // ...

The dist/ directory can then be served statically.

πŸ“ 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

No packages published