https://github.com/atinux/website
StrasbourgJS est un meetup qui parle de toutes les facettes du JavaScript.
https://github.com/atinux/website
Last synced: 9 months ago
JSON representation
StrasbourgJS est un meetup qui parle de toutes les facettes du JavaScript.
- Host: GitHub
- URL: https://github.com/atinux/website
- Owner: atinux
- License: mit
- Created: 2020-12-02T09:23:07.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-12-02T07:06:11.000Z (about 5 years ago)
- Last Synced: 2025-02-14T09:41:39.742Z (11 months ago)
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
StrasbourgJS/website
StrasbourgJS est un meetup qui parle de toutes les facettes du JavaScript.
## 📜 À propos
Communauté JavaScript à Strasbourg.
## ⚙️ Utilisation
### Prérequis
- [Node.js](https://nodejs.org/) >= 14
- [npm](https://www.npmjs.com/) >= 6
### Installation
```sh
# Clone le repository
git clone https://github.com/StrasbourgJS/website.git
# Aller Ă la racine du projet
cd website
# Installe les dépendences
npm install
```
### Environnement de développement
#### Avec [docker](https://www.docker.com/)
```sh
# Configure et exécute tous les services pour vous
docker-compose up --build
```
**Services démarrés :**
- website : `http://localhost:3000`
#### Sans docker
```sh
# Démarrez le serveur website (http://localhost:3000)
npm run dev
```
## đź’ˇ Contribution
N'importe qui peut aider à améliorer le projet, soumettre une demande de fonctionnalité, un rapport de bug ou même corriger une simple faute d'orthographe.
Les étapes pour contribuer se trouvent dans le fichier [CONTRIBUTING.md](./.github/CONTRIBUTING.md).
## đź“„ License
[MIT](./LICENSE)