Skip to content

Commit

Permalink
ajout du readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paullfhc committed Dec 17, 2024
1 parent c95104b commit 652c55a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Commencer par git clone le repo : https://github.com/zephyr-dassouli/radixui-primitives
On a créé une branche pour chaque composant.
Choisir la branche du composant à tester avec git checkout.

1) Se rendre dans le dossier ssr-testing du repo

2) Installation de Node.js
sudo apt install npm

3) Installation de yarn
sudo npm install -g yarn

4) Setup de yarn dans le repo
sudo yarn install

5) Build du projet
sudo yarn build

6) Lancement du serveur local de test
sudo yarn start
Par défaut, le port utilisé est le 3000. Si déjà utilisé
sudo PORT=3001 yarn start

7) Test du composant associé à la branche

0 comments on commit 652c55a

Please sign in to comment.