Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGuest committed Jul 18, 2021
1 parent b6ada29 commit 6518262
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ Using some clever algorithms; it takes input from the user via text or speech-to

### Demo

The "master" branch is optimized for production as it is hosted [here](https://wtf1raceresults.herokuapp.com/). That is the beta but basic functionality should be available. The production build can be found in `./views/build`.
The "master" branch is optimized for production as it is hosted [here](https://wtf1raceresults.herokuapp.com/). That is the beta but basic functionality should be available. The production build can be found in `/views/build`. Speech-to-text only functions on Chrome.

### To Deploy

The production build is included in this repo for testing purposes but to deploy locally there is one very simple method. From the parent directory; enter the command `npm run dev`. This will start both the Express and React servers and deploy the development version.
The production build is included in this repo for testing purposes but to deploy locally there is one very simple method.
⋅⋅*From the parent directory; enter the command `npm install`
⋅⋅*From the `/views` directory; enter the command `npm install`
⋅⋅\*From the parent directory; enter the command `npm run dev`. This will start both the Express and React servers and deploy the development version.

### TypeScript

Expand Down

0 comments on commit 6518262

Please sign in to comment.