Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1014 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 1014 Bytes

Vision Web

This create-react-app project implements the Figma mockup UI for the Vision platform.

Getting Started

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.

Conceptual Dependencies

Ceramic

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.