atsta / scratch-book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 99.2%Language:SCSS 0.4%Language:HTML 0.4%Language:CSS 0.0%