An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Shibedrill Homepage

A custom blog website made for [@shibedrill](https://github.com/shibedrill)

## Techstack

![img](https://go-skill-icons.vercel.app/api/icons?i=astro,daisyui,tailwind)

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