Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jere-a/main-website
My ozze.eu.org website hosted on cloudflare.com
https://github.com/jere-a/main-website
astro eslint nodejs postcss vitejs vitest web
Last synced: 29 days ago
JSON representation
My ozze.eu.org website hosted on cloudflare.com
- Host: GitHub
- URL: https://github.com/jere-a/main-website
- Owner: jere-a
- License: gpl-3.0
- Created: 2024-05-27T14:27:10.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-07T15:16:45.000Z (about 1 month ago)
- Last Synced: 2024-10-11T00:22:49.368Z (29 days ago)
- Topics: astro, eslint, nodejs, postcss, vitejs, vitest, web
- Language: TypeScript
- Homepage: https://ozze.eu.org
- Size: 39.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website created using astro
To run the developer enviroment:
```sh
npm run dev
```To preview the build:
```sh
npm run build && npm run preview
```