The web app to adopt animals and for managing adoptions. Our focus is to help Amantes da Natureza group.
Getting started • Technologies
- To run this app properly, you have to be running the back-end server, you can clone it here and follow the README instructions for installing.
- To clone and run this app, you'll need Git and Node.js (which comes with npm) installed on your computer. If you feel like, you can install yarn globally to use alongside or instead of npm. From your command line:
# Clone this repository
$ git clone https://github.com/anatureza/anatureza-web.git
# Go to the folder
$ cd anatureza-web
# Install dependencies
$ yarn
After you installed all dependencies, you're ready to run the app.
# Run the app
$ yarn start
Now the app will be running on http://localhost:3000
This project is being developed with the following technologies:
This project is under the MIT license