Skip to content

romelperez/simple-organizer

Repository files navigation

Simple Organizer

ci Netlify Status License

Manage simple personal tasks.

Open production preview.

See system design.

Setup

nvm use
npm install
cp example.env .env
# configure environment variables

Workflow

# development environment
npm run dev

# production environment
npm run build
npm run serve