https://github.com/arithefirst/shibedrill-homepage
Shibedrill's Homepage
https://github.com/arithefirst/shibedrill-homepage
astro blog portfolio ssg svelte
Last synced: 9 months ago
JSON representation
Shibedrill's Homepage
- Host: GitHub
- URL: https://github.com/arithefirst/shibedrill-homepage
- Owner: arithefirst
- License: gpl-3.0
- Created: 2024-12-07T06:07:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-23T14:52:38.000Z (9 months ago)
- Last Synced: 2025-04-26T05:59:42.678Z (9 months ago)
- Topics: astro, blog, portfolio, ssg, svelte
- Language: Astro
- Homepage: https://shibedrill.site
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shibedrill Homepage
A custom blog website made for [@shibedrill](https://github.com/shibedrill)
## Techstack

## Deploying locally
1. Clone this repository
`git clone https://github.com/arithefirst/shibedrill-homepage.git`
2. Install dependencies
For this step, I like to use bun, but npm, yarn, pnpm, or any similar tool should work.
`bun install`
3. Run the server
- For preview mode:
- `bun run dev`
- goto `http://localhost:4321` in a browser
- For production
- `bun run build`
- Copy all of the files from the new `dist` directory into the root of your http server's main directory. This is usually `/srv/http/` or `/var/www/html/`
- Copy .htaccess into the same directory
- goto `http://localhost` in a browser