A custom blog website made for @shibedrill
- Clone this repository
git clone https://github.com/arithefirst/shibedrill-homepage.git
- Install dependencies
For this step, I like to use bun, but npm, yarn, pnpm, or any similar tool should work.
bun install
- 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
- For preview mode: