Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed May 18, 2022
1 parent 66d0fa7 commit 2de77e9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@

## installation

`git clone -b dev-v2 https://github.com/markolofsen/metaeditor.git`

#### package npm

```bash
# 1. npm module
# 1. clone repo
git clone -b dev-v2 https://github.com/markolofsen/metaeditor.git

# 2. npm module
cd ./package
yarn && yarn start

# 2. switch imports to module in project/src/views/lib.ts
# 3. switch imports to module in project/src/views/lib.ts

# 3. run project
# 4. run project
cd ./project
yarn && yarn dev

# 4. open route http://localhost:3000/player/lumen
# 5. open route http://localhost:3000/player/lumen
```

## config's
Expand Down

0 comments on commit 2de77e9

Please sign in to comment.