Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.09 KB

README.md

File metadata and controls

56 lines (38 loc) · 2.09 KB

Front-end for Reset Mode d'emploi

Front-end of the project Reset Mode d'emploi

Install

Prerequisites

If you have not already installed it, install Node JS

Project

npm install

Create a file .env with its content REACT_APP_GOOGLE_API_KEY=**HERE GOES YOUR GOOGLE API KEY**

If you don't have a Google API key, you need to create here.

You need to enable Google Sheets API here. You should restrict your Google API Key to Google Sheets API.

Running

npm start

You can connect a smartphone on the same network of you computer to the website.

  • Get the ip of your computer (ipconfig on windows, ifconfig on Linux and Mac),
  • On your smartphone, connect to http://:3000/Reset-Mode-d-emploi_front-end.

Building

npm run build

License

The project has an Apache-2.0 License.

Useful links