Skip to content

Reentry resources site that can be easily replicated and updated across multiple NC counties

License

Notifications You must be signed in to change notification settings

vinayaugustine/reentry-resources-hub

 
 

Repository files navigation

Reentry Resources Hub

We built the Buncombe Reentry Resources Hub to help those returning to the community after a period of incarceration or suffering the consequences of a criminal conviction on their record. Now we are working to scale this resource to every county in North Carolina. We need help from developers ((Node, React) and writers.

If you are interested in helping, check out the tasks here. This is where we put tasks that don't require deep knowledge of all aspects of the project. If you are an experienced developer and willing to commit more effort over a longer term, check out the tasks on this page.

Installation

Make sure you have Node >= 4 installed (we strongly recommend using Node >= 6 and npm >= 3). We prefer to use the yarn npm client.

    git submodule init
    yarn
    yarn start

If you prefer to use npm, the equivalent procedure is:

    git submodule init
    npm install
    npm start

The application is running at http://localhost:3000/. The server is also running, but at http://localhost:3001/.

Deployment

In one terminal, run node server/index.js. In another terminal, run yarn build or npm run build.

If you want to push the contents of the build folder to GitHub pages, run yarn deploy.

About

Reentry resources site that can be easily replicated and updated across multiple NC counties

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • HTML 3.2%
  • Shell 3.1%
  • CSS 3.0%