This create-react-app project implements the Figma mockup UI for the Vision platform.
This project was built using yarn. Please install it here. Once installed, grab the project's dependencies with:
yarn
Then, start the development server with:
yarn run dev
Then, head over to http://localhost:3000 to view the app.
This application uses two data models from Ceramic, the Crypto Account Links data model, and the Identity Profile Basic data model.
The Identity Profile Basic
data model is used for loading basic information, like usernames and profile pictures, about a user.
The Crypto Account Links
data model is used to persist a user's list of owned ideas for discovery purposes.