This is The repository for Release 4 for the application Atomica being developed for the module Collaborative Project by The Pioneers
Prototype Design: https://www.figma.com/file/JcJeYDHMMXVelcdbKIeU9w/Guidify-Prototype?node-id=0%3A1&t=UqWPkVShNYlVzUr2-0
- npm
- Android Studio Dolphin | 2021.3.1 Patch 1 (to launch the emulator)
git clone
the repository- Change the IP address in the code to the IPv4 address in the file
frontend/ip.json
- Start an emulator with an API version 32
cd backend
npm i
npm start
- In a different console
cd frontend
npm i
npx react-native run-android
The application should start compiling and then launch onto the emulator device