In the app, residents can notify about things related to our streets, squares, beaches, parks, and other aspects of the urban environment.
Before you begin using the app, make sure you have the following prerequisites:
- Node.js and npm installed
- Expo CLI (install using
npm install -g expo-cli
)
- Clone this repository:
git clone https://github.com/helsingborg-stad/ett-battre-helsingborg-app.git
- Navigate to the app directory:
cd ett-battre-helsingborg-app
- Install dependencies:
npm install
To run the app locally, follow these steps:
- Change the file .env-example name to .env and edit the variables.
- Start the Expo development server:
npm start
orexpo start
- Scan the QR code with the Expo Go app (available on iOS and Android) or run the app in an emulator.
We welcome contributions to improve this app! If you'd like to contribute, follow these steps:
- Fork this repository.
- Create a new branch for your feature:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add feature"
- Push your changes to your fork:
git push origin feature-name
- Create a pull request explaining your changes.
Distributed under the MIT License.