https://github.com/fronvo/site
The site of Fronvo
https://github.com/fronvo/site
css fronvo html js npm-run-all svelte svelte-kit typescript web
Last synced: 4 months ago
JSON representation
The site of Fronvo
- Host: GitHub
- URL: https://github.com/fronvo/site
- Owner: Fronvo
- License: gpl-3.0
- Created: 2021-10-09T10:36:05.000Z (over 4 years ago)
- Default Branch: v3-svelte
- Last Pushed: 2025-02-12T23:06:14.000Z (over 1 year ago)
- Last Synced: 2025-04-12T09:54:40.039Z (about 1 year ago)
- Topics: css, fronvo, html, js, npm-run-all, svelte, svelte-kit, typescript, web
- Language: Svelte
- Homepage: https://fronvo.com
- Size: 9.57 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### Host locally
Here's how to host the latest Fronvo site on your own:
```
git clone https://github.com/fronvo/site.git
cd site
npm i
```
Now fill out the required **[.env](https://github.com/Fronvo/site/blob/v2/.env.example)** file
After that:
```
npm run build && npm run preview
```
### Extras
**[Tools](https://github.com/Fronvo/site/blob/v2/.github/markdown/TOOLS.md)**