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: 8 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T07:07:28.000Z (over 1 year ago)
- Last Synced: 2025-01-29T08:22:34.542Z (over 1 year ago)
- Topics: astro, eslint, nodejs, postcss, vitejs, vitest, web
- Language: TypeScript
- Homepage: https://ozze.eu.org
- Size: 91.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
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
```