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

https://github.com/vincentbollaert/get-shit-done-next

Next variant of get-shit-done
https://github.com/vincentbollaert/get-shit-done-next

Last synced: 2 months ago
JSON representation

Next variant of get-shit-done

Awesome Lists containing this project

README

        

# Get shit done

### Running the app

```sh
$ npm run develop // starts dev server @ http://localhost:3002
```

```sh
$ npm run production // creates a production build
```

Follow this guide for generating localhost certificates: https://web.dev/how-to-use-local-https/

If Husky does not know of npm, try removing .git/hooks https://github.com/typicode/husky/issues/445 and reinstalling husky again