2025-06-11 09:44:41 +03:00
|
|
|
# sunny's website
|
2025-06-11 01:23:55 -05:00
|
|
|
|
2025-06-11 09:44:41 +03:00
|
|
|
my personal website :3
|
|
|
|
|
|
|
|
you will need [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) and a terminal to run this
|
|
|
|
|
|
|
|
1. clone the repo with `git clone`
|
|
|
|
2. cd into `website/`
|
|
|
|
3. run `npm install`
|
|
|
|
4. run `npx @11ty/eleventy --serve` to deploy a local server
|
|
|
|
5. have fun
|