DeToDos - Decentralized ToDo List "Para Todos"
Colaborative todo app on ipfs
This project enable collaborative ToDo list/task among peers.
- Create a web3.storage account
- Create a API token for the your DeTodos app
- set NEXT_PUBLIC_WEB3_STORAGE_TOKEN env variable with the token created before
module.exports = {
...
env: {
NEXT_PUBLIC_WEB3_STORAGE_TOKEN:'YOUR_APP_WEB3_API_TOKEN'
}
}
- run the development server:
npm run dev
# or
yarn dev
- deploy
vercel
- add env variable
vercel env add NEXT_PUBLIC_WEB3_STORAGE_TOKEN
copy/paste API token
- deploy
vercel --prod