https://github.com/iroco-co/rezofora
https://github.com/iroco-co/rezofora
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iroco-co/rezofora
- Owner: iroco-co
- Created: 2024-02-09T08:51:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T13:12:40.000Z (3 months ago)
- Last Synced: 2025-03-25T07:36:13.041Z (2 months ago)
- Language: Svelte
- Homepage: https://rezofora.co
- Size: 47.1 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rezofora
- Site live : https://rezofora.co
- Site en preview sur Github pages : https://iroco-co.github.io/rezofora/
- [Design visuel](design-visuel)
- Traductions : https://fink.inlang.com/github.com/iroco-co/rezofora## Developing
Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```sh
npm start
```## Running tests
```sh
npm test
```## Building
To create a production version of your app:
```sh
npm run build
```You can preview the production build with
```sh
npm run preview -- --host --port
```## Deployment
After building the app, you can deploy it.
```sh
npm run deploy
```