https://github.com/romelperez/simple-organizer
Manage simple personal tasks.
https://github.com/romelperez/simple-organizer
nhost react typescript
Last synced: 2 months ago
JSON representation
Manage simple personal tasks.
- Host: GitHub
- URL: https://github.com/romelperez/simple-organizer
- Owner: romelperez
- License: gpl-3.0
- Created: 2022-05-07T00:26:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T04:47:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T00:16:16.346Z (4 months ago)
- Topics: nhost, react, typescript
- Language: TypeScript
- Homepage: https://romelperez-simple-organizer.netlify.app/
- Size: 3.47 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Simple Organizer
[](https://github.com/romelperez/simple-organizer/actions)
[](https://app.netlify.com/sites/romelperez-simple-organizer/deploys)
[](https://github.com/romelperez/simple-organizer/blob/main/LICENSE)Manage simple personal tasks.
Open [production preview](https://main--romelperez-simple-organizer.netlify.app).
See [system design](./SYSTEM_DESIGN.md).
## Setup
```bash
nvm use
npm install
cp example.env .env
# configure environment variables
```## Workflow
```bash
# development environment
npm run dev# production environment
npm run build
npm run serve
```