Skip to content

dnaicker86/tbd-todo-list

Repository files navigation

Shared Todo App - Starter

This is the UI scaffolding of a simple Web5 app to manage a set of todos towards your goals with friends.

Edit in CodeSandbox

Currently set up with:

  • Nuxt 3
  • TailWind CSS (including Typography and forms)
  • SASS

To be added:

  • Web5 - Decentralized Identifiers, Web Nodes, Protocols etc.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published