Vue.js Calendar
-
Clone this repository on your local file system
-
Install dependencies
npm install
-
Create a
.env
file by copying the samplecp .env_sample .env
Edit the .env file and replace any variables if needed
-
Start project
npm run start
-
Your site will be available at localhost:[PORT] where
PORT
is whatever value is set in your.env
file.