https://github.com/palmdevs/website
🌐 My personal website, powered by SolidJS and SolidStart
https://github.com/palmdevs/website
blog portfolio portfolio-website solid-js solidjs solidstart website
Last synced: about 1 month ago
JSON representation
🌐 My personal website, powered by SolidJS and SolidStart
- Host: GitHub
- URL: https://github.com/palmdevs/website
- Owner: PalmDevs
- License: gpl-3.0
- Created: 2024-01-25T18:46:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-01T12:02:37.000Z (11 months ago)
- Last Synced: 2025-07-01T12:47:28.943Z (11 months ago)
- Topics: blog, portfolio, portfolio-website, solid-js, solidjs, solidstart, website
- Language: TypeScript
- Homepage: https://palmdevs.me
- Size: 2.64 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Website
My personal and portfolio website, built with [Astro](https://astro.build/) and [SolidJS](https://www.solidjs.com/).
[📎 Live site](https://v2.palmdevs.me)
[🖌️ Figma design](https://www.figma.com/design/scwi73muUFOAd6T02DaHo1/Website-Redesign)

## 🧰 Stack
- [Astro](https://astro.build/)
- [SolidJS](https://www.solidjs.com/)
- [Bun](https://bun.sh/)
## 👷 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
```sh
bun install
```
2. Start the development server
```sh
bun run dev
```
### ⚒️ Building
1. Build the site
```sh
bun run build
```
2. Preview the built site
```sh
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`:
```diff
},
- adapter: cloudflare({
- ...
- }),
+ // Add your adapter here
```
## 📝 License
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](./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! 💖