https://github.com/zaptross/localdevtools
Some handy tooling for debugging and working with compiled programs.
https://github.com/zaptross/localdevtools
Last synced: 27 days ago
JSON representation
Some handy tooling for debugging and working with compiled programs.
- Host: GitHub
- URL: https://github.com/zaptross/localdevtools
- Owner: Zaptross
- License: mit
- Created: 2022-11-10T15:02:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T15:37:35.000Z (over 3 years ago)
- Last Synced: 2025-03-01T04:32:12.385Z (over 1 year ago)
- Language: TypeScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Starting it up
```bash
yarn install --force
yarn dev
```
## Config
Duplicate `.env.example` and rename to `.env.local`, then fill out the env vars.
Open [http://localhost:5678](http://localhost:5678) with your browser to see the result.