welcome to cura frontend! the cura app has a react native frontend (this repository) and a django rest backend (cura-backend).
to get started with this project, follow these steps:
- clone the repository: start by cloning this repository to your local machine using git.
git clone <repository-url>
- navigate to the project directory: change your current directory to the project folder.
cd cura-frontend
- install dependencies: install the project dependencies using npm.
npm install
- run the development server: start the development server to run the project locally.
npm run start
- access the application: download the "Expo Go" app on your phone and follow the instructions in the terminal.