Skip to content

Dash-L/RedHerringClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedHerring Client

The client for RedHerring, run separately from the server
original repl

Running

NOTE: You probably don't actually just want to run the client, see the RedHerring github repo for the full project

  1. Install yarn, if you would like, you can also use npm

  2. Run yarn to install all dependencies. This only needs to be run once (right after you pull from this repository).

  3. Create a .env file and add the line:

    REACT_APP_SERVER_URL=/*Your server*/
    

    Make sure to replace "Your server" with the url your RedHerring-server is running on.

  4. Run yarn start to start the app (in debug mode, recommended for local use). If you want a release build use yarn build (although you will need a little more setup to actually run it)

About

Client for the RedHerring project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published