Skip to content
Snippets Groups Projects
Commit 4ab9a136 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

fix readme

parent 3735b4d6
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,14 @@
## Quick Start
```shell
gatsby new portal https://gitlab.com/geofit/gatsby-starter-egeo.git
gatsby new portal https://gitlab.com/geofit/gatsby-starter-onegeo.git
```
Config npm to use git.geofit.fr npm packages for @onegeo namespace
```shell
npm config set @onegeo:registry https://git.geofit.fr/api/v4/packages/npm/
npm config set -- '//git.geofit.fr/api/v4/packages/npm/:_authToken' "7nb3MLSqutKyb6BvmA5d"
npm config set -- '//git.geofit.fr/api/v4/packages/npm/:_authToken' "xxx"
```
```shell
......@@ -84,8 +84,8 @@ Setting environment ...
```shell
mkdir gatsby
cd gatsby
gatsby new portal https://gitlab.com/geofit/gatsby-starter-egeo.git
git clone git@git.geofit.fr:egeo/gatsby/gatsby-theme-onegeo.git
gatsby new portal https://gitlab.com/geofit/gatsby-starter-onegeo.git
git clone git@git.geofit.fr:onegeo/gatsby-theme-onegeo.git
```
Add a `package.json` file
......
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