Venn Project allows members to create communities to collaborate on projects.
Yarn is used as package manager.
To setup your local dev environment:
-
Install Yarn
-
Clone repository
git clone [email protected]:quibaritaenperdresatrompe/venn-project.git
cd venn-project- Install dependencies
yarn installIn the project directory, you can run:
Starts local dev server for the app, see expo start.
Opens your app in a web browser.
Opens your app in Expo Go on a connected Android device.
Opens your app in Expo Go in a currently running iOS simulator on your computer.
Runs the git-cz CLI to generate commit messages according to the Conventional Commit specifications.
Runs Prettier with basic configuration.
We recommend to use Prettier in your IDE, e.g. in Visual Studio code with Prettier - Code formatter.
Runs ESLint with standard configuration.
We recommend to use ESLint in your IDE, e.g. in Visual Studio code with ESLint.
