https://github.com/bootdotdev/learntocodefyi
https://github.com/bootdotdev/learntocodefyi
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bootdotdev/learntocodefyi
- Owner: bootdotdev
- Created: 2023-11-23T15:15:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T21:35:49.000Z (over 1 year ago)
- Last Synced: 2025-02-16T11:05:23.423Z (5 months ago)
- Language: Go
- Size: 777 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learntocodefyi
To develop locally, run:
```bash
cp .env.sample .env
```Then edit `.env` to use your own values.
Finally, run the local development script:
```bash
./dev.sh
```Server will auto-restart on most file changes.