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.
- Host: GitHub
- URL: https://github.com/coopcodecommun/cccwebsite
- Owner: CoopCodeCommun
- Created: 2023-07-16T11:02:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-28T14:23:00.000Z (5 months ago)
- Last Synced: 2025-12-31T02:35:38.809Z (5 months ago)
- Language: TypeScript
- Size: 292 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```