lachlanharrisdev/readme
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ReadMe ====== ReadMe is a student productivity tool for scheduling when to read the texts you want to, read versus the ones you need to. `frontend/` contains the SvelteKit app for the frontend portion of the application. `backend/` contains the Python app for the backend portion of the application. The root of the monorepo (here) contains the relevant docker / docker-compose setup for running the application, as well as CI and repository configuration. Links ----- * GitHub Repository: https://github.com/lachlanharrisdev/readme * Use the app: https://readme.lachlanharris.dev Get Started ----------- 1) Clone the repository +---- | git clone https://github.com/lachlanharrisdev/readme | cd readme +---- 2) Using a text editor, update the appropriate environment variables in `docker-compose.yml`, including SECRET_KEY 3) Run the application +---- | docker compose up -d +---- The application will be reachable at `localhost:3000` ------- This project is delivered under the Apache 2.0 License. Copyright (c) 2026 Lachlan Harris. All Rights Reserved.