Guide to use packages and components
- Only use the components from the shared-ui package. You can read the documentation in the doc.md file.
- Only use icons from the react-icons package.
Guide to create/update/delete api endpoints
- Any api endpoints should be imported in the apps/backend/src/routes/index.ts file.
- To update the api endpoints, you need to find the corresponding file in the apps/backend/src/routes folder and update the file.
- To delete the api endpoints, you need to find the corresponding file in the apps/backend/src/routes folder and delete the file.
- To create the api endpoints, you need to create a new file in the apps/backend/src/routes folder and add the file.
Guide to create/update/delete services from client side
- Any services should be created in the apps/frontend/src/services folder
- To update the services, you need to find the corresponding file in the apps/frontend/src/services folder and update the file.
- To delete the services, you need to find the corresponding file in the apps/frontend/src/services folder and delete the file.
- To create the services, you need to create a new file in the apps/frontend/src/services folder and add the file.
css
dockerfile
javascript
react
shell
typescript
First Time Repository
2,123250
The open-source project management tool for tiny teams
TypeScript
Languages:
CSS: 57.8KB
Dockerfile: 3.6KB
JavaScript: 4.8KB
Shell: 2.5KB
TypeScript: 1403.5KB
Created: 5/23/2023
Updated: 1/23/2025
All Repositories (1)
2,123250
The open-source project management tool for tiny teams