File tree 1 file changed +16
-20
lines changed
1 file changed +16
-20
lines changed Original file line number Diff line number Diff line change 1
- # Drums Pattern Library
1
+ # Drums Pattern Library 🥁🎼🎵
2
2
3
- ## Intro
3
+ ## Table of contents
4
+ * [ General info] ( #general-info )
5
+ * [ Technologies] ( #technologies )
6
+ * [ Setup] ( #setup )
4
7
5
- ** It'll help you compose your drums i promess !**
8
+ ## General info
9
+ This project is a library of drums patterns for electronic music composers.
6
10
7
- * Babali - 2055 Still working on it *
11
+ Feel free to contribute by adding beats, see in the [ assets ] ( src/assets ) folder for details.
8
12
9
- xD
13
+ ## Technologies
14
+ Project is created with:
15
+ * Angular
16
+ * Web audio API
10
17
11
- ## Development utilities
18
+ ## Setup
19
+ To run this project, install it locally using npm:
12
20
13
- ### Run
14
21
```
15
- npm start
16
- ```
17
-
18
- ### Linter
19
- Le linter est déclenché sur chaque PR
20
- ```
21
- npx eslint . --config .eslintrc.js --ext .ts --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
22
- ```
23
-
24
- ### Deploy
25
- Les déploiements sont automatiques à chaque PR merge sur master
26
- ```
27
- ng deploy
22
+ $ npm install
23
+ $ npm start
28
24
```
You can’t perform that action at this time.
0 commit comments