Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLGod committed Nov 2, 2022
1 parent 9a81fa1 commit d3d80fc
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions OmgPianoPlayer/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# 🎼 OmgPianoPlayer
---
<h3 align="center">
<img src="https://readme-typing-svg.herokuapp.com/?font=Roboto+Mono&size=30&width=350&color=46BEA3duration=3000&lines=🎼+OmgPianoPlayer🎼" height="80"/></br>
🌃 A web applet uses three.js and MIDI.js
</h3>
</br>

🌃 OmgPianoPlayer is a web applet uses three.js and MIDI.js

# How to run:
+ Add git submodules:
## 🔧 Build & Run
**Add git submodules:**
```shell
git submodule
git submodule init
git submodule update
# P.S. These actions must be done after you clone the whole project.
```
**P.S.** These actions must be done after you clone the whole project.
+ Load third-party libraries:

**Load third-party libraries:**
```shell
cd ./res/MIDI
npm i -g cnpm --registry=https://registry.npm.taobao.org
cnpm i
```
```

0 comments on commit d3d80fc

Please sign in to comment.