ComposeDB Example App instructions
Due to the nature of the Ceramic Daemon certain files must be updated to work with your local machine. Please follow the following directions carefully to ensure functionality.
- Run
npm install
to install the packages - Start the development server with
npm run dev
once. You may continue to use this command if you'd like however it will close all Ceramic connections at the first error. It is recommended that once your node is configured to index the required models that you runnpm run ceramic
&npm run nextDev
separately to avoid this eager quitting. - Open http://localhost:3000 with your browser to see the result.
- Enjoy this demo application!
Learn More
Upgrade this project to claynet to see other developer's posts! Check out wheel to install ceramic / composeDB locally:
https://github.com/ceramicstudio/wheel
To learn more about Ceramic please visit the following links
- Ceramic Documentation - Learn more about the Ceramic Ecosystem.
- ComposeDB - Details on how to use and develop with ComposeDB!
You can check out Create Ceramic App repo and provide us with your feedback or contributions!