/Time-Wise

Primary LanguageJavaScript

To Run The App In Development Mode

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
> $ git clone https://github.com/QqWwEe123123123/Time-Wise.git

Then install the dependencies:

 npm install

Run npm startin terminal.
Open http://localhost:3000 to view it in the browser.

Testing Inside Chrome

To load as a developer extension inside of Chrome:

  1. npm run build
  2. Navigate to chrome://extensions/ in your browser
  3. Toggle the Developer mode switch on in the top right hand corner
  4. Click the Load unpacked button in the top left corner
  5. Select the build folder inside of this project folder

Builds the app for Chrome to the build folder.