Skip to content

Commit ebd31e0

Browse files
Babali42Baptiste LYET
and
Baptiste LYET
authored
Update readme (#24)
* mise à jour readme * Mise à jour du dossier --------- Co-authored-by: Baptiste LYET <[email protected]>
1 parent 2af4c0c commit ebd31e0

File tree

1 file changed

+16
-20
lines changed

1 file changed

+16
-20
lines changed

README.md

+16-20
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
1-
# Drums Pattern Library
1+
# Drums Pattern Library 🥁🎼🎵
22

3-
## Intro
3+
## Table of contents
4+
* [General info](#general-info)
5+
* [Technologies](#technologies)
6+
* [Setup](#setup)
47

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.
610

7-
*Babali - 2055 Still working on it*
11+
Feel free to contribute by adding beats, see in the [assets](src/assets) folder for details.
812

9-
xD
13+
## Technologies
14+
Project is created with:
15+
* Angular
16+
* Web audio API
1017

11-
## Development utilities
18+
## Setup
19+
To run this project, install it locally using npm:
1220

13-
### Run
1421
```
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
2824
```

0 commit comments

Comments
 (0)