/scratch-book

Primary LanguageJavaScript

Backend

  • navigate inside ./backend/ folder
  • move the corresponding .env file inside that folder
  • install dependencies: npm install
  • run: npm start

Extension

  • navigate inside ./extension/chromium/ folder
  • move the corresponding .env file inside that folder
  • run: npm run build
  • Install extension
    1. navigate to chrome://extensions in your browser
    2. Check the box next to Developer Mode
    3. Click Load unpacked and select the ./build/ directory created by npm run build

Frontend

  • navigate inside ./frontend/ folder
  • move the corresponding .env file inside that folder
  • install dependencies: npm install
  • run: npm start