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
- Host: GitHub
- URL: https://github.com/vincentbollaert/get-shit-done-next
- Owner: vincentbollaert
- License: mit
- Created: 2022-05-29T15:01:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T04:42:50.000Z (3 months ago)
- Last Synced: 2025-02-18T05:29:05.564Z (3 months ago)
- Language: TypeScript
- Homepage: https://get-shit-done-e39f25fb1bc7.herokuapp.com/
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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