feat: added npm2yarn package (#1347)

This commit is contained in:
Shahed Nasser
2022-04-18 15:17:27 +02:00
committed by GitHub
parent fcd2889fd7
commit 3ad0f66619
36 changed files with 237 additions and 176 deletions
@@ -16,17 +16,15 @@ mv .env.template .env.development
**Install dependencies**
Use your favourite package manager to install dependencies:
```shell
yarn
# or
```bash npm2yarn
npm install
```
**Start developing.**
Start up the local server:
```shell
yarn start
```bash npm2yarn
npm run start
```
Your site is now running at http://localhost:8000!
@@ -16,17 +16,15 @@ mv .env.template .env.local
**Install dependencies**
Use your favourite package manager to install dependencies:
```shell
yarn
# or
```bash npm2yarn
npm install
```
**Start developing.**
Start up the local server:
```shell
yarn dev
```bash npm2yarn
npm run dev
```
Your site is now running at http://localhost:8000!