24 lines
341 B
Markdown
24 lines
341 B
Markdown
# ReFL - Reflexions sur les Fondements de la Logique
|
|
|
|
French scientific network on the foundations of logic and computation.
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
npm run build
|
|
npm run preview
|
|
```
|
|
|
|
## Links
|
|
|
|
- Website: https://refl.fr
|
|
- Zulip Chat: https://chat.refl.fr
|
|
- Mailing list: refl@framalistes.org
|