Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 467 Bytes

Vue.js Calendar

Installation

  1. Clone this repository on your local file system

  2. Install dependencies

    npm install
    
  3. Create a .env file by copying the sample

    cp .env_sample .env
    

    Edit the .env file and replace any variables if needed

  4. Start project

    npm run start
    
  5. Your site will be available at localhost:[PORT] where PORT is whatever value is set in your .env file.