An open API service indexing awesome lists of open source software.

https://github.com/hackoregon/civic-platform


https://github.com/hackoregon/civic-platform

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

### Civic
---

**This is the core project for Hack Oregon's Civic Platform.**

## Setup

```bash
nvm use
npm install
npm run build
npm run build:server
```

## Develop

```bash
npm run go
# http://localhost:3000/civic
```

## Test

```bash
npm test
```

## Deploy

```bash
# ???
```

## Built With

- **React** - view engine / server side rendering
- **React-Router** - client side routing
- **Express** - server
- **Redux** - state manager
- **Mocha/Enzyme** - testing
- **Webpack** - bundler
- **Yarn** - dependency manager
- **Docker** - containerization