Skip to content

🌐 My personal and portfolio website. Made with Astro and SolidJS!

License

Notifications You must be signed in to change notification settings

PalmDevs/website-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f66133Β Β·Β Β· Oct 2, 2025

History

69 Commits
Oct 2, 2025
Oct 2, 2025
Oct 2, 2025
Oct 1, 2025
Sep 30, 2025
Oct 1, 2025
Sep 30, 2025
Oct 2, 2025
Oct 2, 2025
Oct 2, 2025
Oct 2, 2025
Sep 30, 2025
Oct 1, 2025
Oct 1, 2025
Oct 2, 2025
Oct 1, 2025
Oct 1, 2025
Sep 30, 2025

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 -dd

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. Made with Astro and SolidJS!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published