This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
old-website/README.md
2022-08-11 00:57:12 -04:00

12 lines
148 B
Markdown

# website
My main website, written in EJS.
## Install & Run
```sh
git clone https://git.gay/a/v2-website website
cd website
npm i
npm start
```