Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 609 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 609 Bytes

www

This repository contains the source code for quotesnewtab.com.

About

Made with Vue CLI 3 and axios. Utilizing the Quotes New Tab API.

Project setup

# 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.