Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 3 years ago)
- Default Branch: v2
- Last Pushed: 2024-12-03T17:15:07.000Z (about 1 month ago)
- Last Synced: 2024-12-03T17:24:11.003Z (about 1 month ago)
- Topics: css, fronvo, html, js, npm-run-all, svelte, svelte-kit, typescript, web
- Language: Svelte
- Homepage: https://fronvo.com
- Size: 9.03 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- 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)**