Giter Site home page Giter Site logo

law-reading-robot's Introduction

Law Reading Robot Frontend

This is the frontend for the Law Reading Robot app, a part of the Code For Pittsburgh initiative. The backend code can be found at the partner repo: https://github.com/CodeForPittsburgh/law-reading-robot-data/tree/master.

To view the website itself, go here.

Getting Started

This project was bootstrapped with Create React App.

Prerequisites

You will need to obtain the database connection string and key from a Code for Pittsburgh member and add them to a .env.local file on your local machine to access the app's database. The .env.local file should contain the following variables:

REACT_APP_SUPABASE_ANON_KEY=your_supabase_anon_key
REACT_APP_SUPABASE_URL=your_supabase_url

Please request these details in the Code for Pittsburgh Slack channel.

Development

The following scripts are available for you to run:

  1. Install all Packages

    npm install
    
  2. Start the Development Server

    npm start
    

    This script runs the app in development mode. Open http://localhost:3000 to view it in your browser. The page will reload if you make changes. Any lint errors will be visible in the console.

  3. Run Tests

    npm test
    

    This script launches the test runner in the interactive watch mode. More information about running tests can be found here.

  4. Build the App

    npm run build
    

    This script builds the app for production to the build folder, correctly bundling React in production mode and optimizing the build for the best performance. More information about deployment can be found here.

  5. Eject

    npm run eject
    

    Note: eject is a one-way operation. Once you eject, you can't go back! If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command removes the single build dependency from your project, providing you full control over the build tool configuration.

Additional Resources

Remember, you never have to use eject. It's a powerful tool for customizing your build configuration, but it's a one-way operation and is only necessary if you're not satisfied with the default configuration.

law-reading-robot's People

Contributors

kylebeloin avatar mike-feeney avatar maxachis avatar montymakes avatar nimatrazmjo avatar monica-tuttle avatar tisaconundrum2 avatar dmattox10 avatar amrmahdyy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.