An open API service indexing awesome lists of open source software.

https://github.com/coopcodecommun/cccwebsite

Le site de la coopérative code commun : Présentation des projets et blog.
https://github.com/coopcodecommun/cccwebsite

Last synced: 15 days ago
JSON representation

Le site de la coopérative code commun : Présentation des projets et blog.

Awesome Lists containing this project

README

          

# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

Install Node & Volta

```bash
npm i
```

### Local Development

```bash
npm start
# ou
npx docusaurus start
```

### Deployment

```bash
npx docusaurus deploy
```