Vuo Test Repository
Your task:
Designers, check your task guidelines directly from GitHub Issue Queue. The instructions in this readme are for those submitting the coding assignments.
Set Up the Dev Environment
- Install Docker Desktop
- Go to Vuo Base Components Github repository, fork it and clone it to your local machine.
- Open the repository directory in your Terminal and run
./startp.sh
to start the environent
- Open the repository in your code editor
Project
- Choose a task for yourself from our GitHub Issue Queue.
- Implement the task you have chosen.
- Push changes to your forked repository.
- Create a Pull Request to the original repository.
Contents:
- ff.api: a server application written in Typescript & NodeJS
- ff.web: a frontend application written in React and Typescript
- storybook: a component documentation tool
Quickstart:
- Install Docker Desktop
- run
npm run dev
Removal
- Delete the project directory
- Delete containers & images in Docker Desktop