Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldarlrd/drum-machine
A Drum Machine for fCC.
https://github.com/eldarlrd/drum-machine
drum-machine freecodecamp jquery
Last synced: 4 days ago
JSON representation
A Drum Machine for fCC.
- Host: GitHub
- URL: https://github.com/eldarlrd/drum-machine
- Owner: eldarlrd
- License: agpl-3.0
- Created: 2022-12-04T11:12:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T10:24:05.000Z (11 days ago)
- Last Synced: 2024-11-07T11:28:20.420Z (11 days ago)
- Topics: drum-machine, freecodecamp, jquery
- Language: TypeScript
- Homepage: https://eldarlrd.github.io/drum-machine/
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drum Machine
[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/drum-machine/main/package.json&query=version&logo=git-extensions&label=version&labelColor=475569&color=0284c7)](https://github.com/eldarlrd/drum-machine/blob/main/package.json)
[![License](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/drum-machine/main/package.json&query=license&logo=open-source-initiative&logoColor=fff&label=license&labelColor=475569&color=c026d3)](https://github.com/eldarlrd/drum-machine/blob/main/LICENSE)> Drum Machine is a fun app built with
> - **[TypeScript](https://typescriptlang.org)**
> - **[jQuery](https://jquery.com)**
> - **[modern-normalize](https://github.com/sindresorhus/modern-normalize)**
> - **[Font Awesome](https://fontawesome.com)**
> - **[Vite](https://vitejs.dev)**
>
> that allows the user to create simple beats.## Install
```sh
pnpm i
```
## Develop
### Run Env.
```sh
pnpm dev
```
### Prod. Build
```sh
pnpm build
```
### Preview Prod. Build
```sh
pnpm preview
```
### Format Code (ESLint + Stylelint + Prettier)
```sh
pnpm format
```
## Deploy
```sh
pnpm deployer
```
***
*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*