Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 626 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 626 Bytes

JobHuntBuddy.co

Helping you manage your job hunt by tracking leads, applications, and your CV resources

About the Project

JHB is built using Nuxt.js which is a framework for building Vue.js applications.

Configuration

Setup

Using the .env.example as a template create your own .env in the root of the project

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate