Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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)