Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 5903c69e authored by Christophe Chaudier's avatar Christophe Chaudier :rocket: Committed by Julie Thézénas
Browse files

docs: we use npm, not yarn

parent 03704f9f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
...@@ -5,13 +5,13 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta ...@@ -5,13 +5,13 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
## Installation ## Installation
```console ```console
yarn install npm install
``` ```
## Local Development ## Local Development
```console ```console
yarn start npm start
``` ```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
...@@ -19,19 +19,11 @@ This command starts a local development server and opens up a browser window. Mo ...@@ -19,19 +19,11 @@ This command starts a local development server and opens up a browser window. Mo
## Build ## Build
```console ```console
yarn build npm run build
``` ```
This command generates static content into the `build` directory and can be served using any static contents hosting service. This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
## Create a new page ## Create a new page
[Follow this doc](doc/pages.md). [Follow this doc](doc/pages.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment