This project was bootstrapped with Create Vev App.
In your project directory run:
vev init
This will initialize a new components package in the Vev platform.
vev start
Now you can open the Vev design editor, your components will be available in all your projects as long as the CLI is running.
Open ./src/MyComponent.tsx
and start building your React components.
Deploy your package:
vev deploy
You can choose to share your components with your account, workspace or team. Configuration is done in the vev.json file.