This is the code for the Localonomy webapp!
First of, you will need Node and npm (or yarn) (the latest the version the better!).
Then, run npm install (or yarn) to install all the dependencies
To start the application, run:
npm run build && npm start
For now, there are no tests ... 😅
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Antonio Villagra De La Cruz - Initial work - AntonioVdlC
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Billie Thompson for this README.md template ... it's awesome!