https://github.com/agola-io/agola-site
https://agola.io site
https://github.com/agola-io/agola-site
Last synced: 8 days ago
JSON representation
https://agola.io site
- Host: GitHub
- URL: https://github.com/agola-io/agola-site
- Owner: agola-io
- License: apache-2.0
- Created: 2019-05-17T13:32:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T09:19:01.000Z (about 1 year ago)
- Last Synced: 2025-03-31T21:31:33.709Z (28 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 21
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agola Site
This is the repository for the [agola site](https://agola.io)
## Contribute
In order to check the web site on your local computer before you send your contribution you'll need to
* install [nodejs](https://nodejs.org/)
* install [pnpm](https://pnpm.io/installation)Then you need to install [vitepress](https://vitepress.dev/) and all the other dependencies using:
```
pnpm install
```and run the web server locally:
```
pnpm run docs:dev
```It will compile the site, start a small server, and let you know the url to open.