This repository contains the source code for quotesnewtab.com.
Made with Vue CLI 3 and axios. Utilizing the Quotes New Tab API.
# Download the repo
git clone https://github.com/quotesnewtab/www.git
# Enter the repository
cd www
# Install the dependencies
npm install
# Start local development
npm run serve
Note: This requires Node.js and npm to be set up locally, see nodejs.org for more information.