Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 871 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 871 Bytes

Overview

Aurelius is a Chrome extension that generates quotes from ancient Stoic philosophers.

Technologies Used

Front End

Back End

Package Manager

API

Data Fetching

Loading the Extension

  • Clone this repo and install packages with npm i
  • From the root dir run npm run build
  • Go to Chrome (or another Chrome-based browser) and go to the Extensions page
  • Turn on dev mode
  • Select "Load Unpacked" and select the dist/ folder

Running the Dev Server

  • Clone this repo and install packages with npm i
  • From the root dir run npm run dev
  • View the app by visiting localhost:[port]