Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaobeichen/safe-button

⚙️「保险箱旋钮模拟器」模拟保险箱的旋钮,喜欢齿轮的声音
https://github.com/shaobeichen/safe-button

Last synced: about 1 month ago
JSON representation

⚙️「保险箱旋钮模拟器」模拟保险箱的旋钮,喜欢齿轮的声音

Awesome Lists containing this project

README

        

# safe-button

https://codepen.io/GreenSock/pen/ALvYEO

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
npm run test:unit
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```