Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 232 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 232 Bytes

learntocodefyi

To develop locally, run:

cp .env.sample .env

Then edit .env to use your own values.

Finally, run the local development script:

./dev.sh

Server will auto-restart on most file changes.