mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Remove styleguide installation instructions
Styleguide is now a npm dependency.
This commit is contained in:
parent
a09df8fe24
commit
6e8e51d99a
@ -16,20 +16,18 @@ git@github.com:Human-Connection/Nitro-Web.git
|
||||
## Install Dependencies
|
||||
|
||||
{% hint style="info" %}
|
||||
Make sure you are running on Node 10: `node --version`
|
||||
Make sure you are running on LTS Node 10: `node --version`
|
||||
{% endhint %}
|
||||
|
||||
{% tabs %}
|
||||
{% tab title="Yarn" %}
|
||||
```bash
|
||||
cd styleguide && yarn install && cd ..
|
||||
yarn install
|
||||
```
|
||||
{% endtab %}
|
||||
|
||||
{% tab title="NPM" %}
|
||||
```bash
|
||||
cd styleguide && npm install && cd ..
|
||||
npm install
|
||||
```
|
||||
{% endtab %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user