tgoodell / si339-final-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SI 339 Final Project

This is a simple blog content management system built as the final project for SI 339. Visit the live site here.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

Locally preview production build:

# yarn
yarn preview

Check out the deployment documentation for more information.

About


Languages

Language:Vue 51.1%Language:CSS 46.6%Language:TypeScript 2.3%