Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erisa/erisa.uk
It's a website!
https://github.com/erisa/erisa.uk
cloudflare-pages cloudflare-pages-functions personal-website portfolio portfolio-website website
Last synced: about 2 months ago
JSON representation
It's a website!
- Host: GitHub
- URL: https://github.com/erisa/erisa.uk
- Owner: Erisa
- License: unlicense
- Created: 2018-12-06T19:42:30.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:23:30.000Z (2 months ago)
- Last Synced: 2024-10-25T10:42:55.906Z (about 2 months ago)
- Topics: cloudflare-pages, cloudflare-pages-functions, personal-website, portfolio, portfolio-website, website
- Language: Astro
- Homepage: https://erisa.uk
- Size: 1.66 MB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# erisa.uk
It's a website. You should go to [the website](https://erisa.uk) or view the source on this repo.
That's it. Thanks.## The website is now written in [Astro](https://astro.build/)??
Rough guide:
- `npm install` (grab deps)
- `npm run start` (astro dev server)
- `npm run dev` (cloudflare pages dev server)
- `npm run build` (build to `/dist`)## Credits
- [WalshyDev](https://github.com/WalshyDev) for [contact-form-with-workers](https://github.com/WalshyDev/contact-form-with-workers)