Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofasheville/simplicity2
The next version of SimpliCity
https://github.com/cityofasheville/simplicity2
simplicity
Last synced: 3 months ago
JSON representation
The next version of SimpliCity
- Host: GitHub
- URL: https://github.com/cityofasheville/simplicity2
- Owner: cityofasheville
- License: gpl-3.0
- Created: 2016-08-26T17:33:42.000Z (over 8 years ago)
- Default Branch: development
- Last Pushed: 2024-05-22T13:15:18.000Z (9 months ago)
- Last Synced: 2024-05-22T14:35:49.047Z (9 months ago)
- Topics: simplicity
- Language: JavaScript
- Size: 12.7 MB
- Stars: 10
- Watchers: 7
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-administration - SimpliCity - Winning search engine for open city data [Article + Video on Citizen Times](https://eu.citizen-times.com/story/money/business/2015/10/14/asheville-tool-helps-find-city-data-won-award-simplicity/73888288/) (Examples: Software created by cities)
README
[![Stories in Ready](https://badge.waffle.io/cityofasheville/simplicity2.png?label=ready&title=Ready)](https://waffle.io/cityofasheville/simplicity2)
# SimpliCity II## Getting started
You'll need Node (v14, see .nvmrc) and npm installed, then run the following commands to download the repository, install dependencies, and launch a dev server:
1. `git clone https://github.com/cityofasheville/simplicity2.git simplicity2`
2. `cd simplicity2`
3. `npm install`
4. `npm start`## Documentation
The documentation is maintained in the [docs directory](./docs).
## License
This project is licensed under the MIT license. For more information see the [license file](./LICENSE.md).
## Code of Conduct
We have adopted the Contributor Covenant. See our [code of conduct file](./CODE_OF_CONDUCT.md) for more information.
## Acknowledgments
The first SimpliCity, which is the inspiration for SimpliCity 2, was originally developed by [Cameron Carlyle](https://github.com/carlyleec) and [Dave Michelson](https://github.com/daveism).