https://github.com/contributte/contributte-oldsite
👨💻 Contributte Website & Docs
https://github.com/contributte/contributte-oldsite
contributte docs documentation nette website
Last synced: 30 days ago
JSON representation
👨💻 Contributte Website & Docs
- Host: GitHub
- URL: https://github.com/contributte/contributte-oldsite
- Owner: contributte
- License: mit
- Created: 2018-05-02T06:11:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-06T15:54:22.000Z (4 months ago)
- Last Synced: 2026-04-03T19:41:19.094Z (3 months ago)
- Topics: contributte, docs, documentation, nette, website
- Language: JavaScript
- Homepage: https://contributte.org
- Size: 7.84 MB
- Stars: 4
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Contributte
Official website of the Contributte organization.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
## Info
This repository contains more websites at once.
The main **contributte** is based on [VuePress 1.x](https://v1.vuepress.vuejs.org/). VuePress is static site (documentation) generator.
Because we're lazy programmers, we reuse existing docs pages from the single repositories in [Contributte](https://github.com/contributte) organization.
There is a template file for the README files which is used in generation phase. The resulting website contains about 150 pages (readmes) melted together.
## Data
For the first time, you will have empty `tmp` folder. You gonna needed
to download the repositories. And then generate markdown pages from the readmes.
```bash
make refresh
```
Everytime you would like to redownload a regenerate all data, just call `make refresh`.
## Development
```bash
# Install dependencies
make install
```
```bash
# Start dev server
make www-dev
```
## Deployment
```bash
# Compile sources
make www-build
```
```bash
# Deploy to Vercel [preview]
make www-deploy
# Deploy to Vercel [production]
make www-publish
```
----
[](https://vercel.com/?utm_source=milansulc&utm_campaign=oss)
