Dead simple kanban board built with Svelte and IndexedDB
Firefox |
Chrome |
Safari |
---|---|---|
>= 115 | >= 110 | >= 16 |
To start an ephemeral development server run:
git clone https://github.com/7h1b0/todos.git
cd todos
npm install
npm start
Then browse to http://localhost:3000
Command | Description |
---|---|
npm run format:check |
Formats the code using prettier. |
npm run lint:check |
Lints the JavaScript code. |
npm test |
Runs tests. |
npm test:e2e |
Runs e2e tests using Cypress. |
npm start |
Runs the website in development. |
npm run build |
Builds the production assets. |