/freshcom_dashboard

Back office front-end for Freshcom API

Primary LanguageVueBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Freshcom Dashboard

This is a work in progress

Introduction

This is the back office front-end for Freshcom API

Getting started

First, make sure you have Freshcom API running locally.

Second, rename .env.example to .env and add the corresponding Stripe keys.

Third, run the following:

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

This project is built using VueJS and Element UI