-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-readme
- Loading branch information
Showing
2 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,40 @@ | ||
# GalsenUI | ||
GalsenUI est un projet qui permet de partager des composants tailwind et CSS réutilisables, made in senegal. Ce projet vient renforcer les projets et activités de la communauté Galsen Dev | ||
|
||
Consulter le fichier [CONTRIBUTING.md](CONTRIBUTING) pour contribuer. | ||
GalsenUI est un projet qui permet de partager des composants tailwind et CSS réutilisables, made in senegal. | ||
Ce projet vient renforcer les projets et activités de la communauté Galsen Dev | ||
|
||
Consulter le fichier [CONTRIBUTING.md](CONTRIBUTING) pour contribuer. | ||
|
||
## Installation | ||
|
||
1. **Cloner le dépôt** : | ||
|
||
```bash | ||
git clone https://github.com/GalsenDev221/galsen.ui.git | ||
``` | ||
|
||
2. **Accéder au dossier** : | ||
|
||
```bash | ||
cd galsen.ui | ||
``` | ||
|
||
3. **Installer les dépendances** : | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
## Lancer le projet | ||
|
||
```bash | ||
npm run dev | ||
``` | ||
|
||
Accéder à [http://localhost:3000](http://localhost:3000) dans votre navigateur. | ||
|
||
## Scripts utiles | ||
|
||
- **`dev`** : Mode développement | ||
- **`build`** : Compilation pour la production | ||
- **`start`** : Lancer l'app en production |
Binary file not shown.