Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 421 Bytes

rpg-schedule-nuxt

RPG Schedule Single Page Application

Build Setup

# Set up your .env file following the .env-template file as an example

# Install dependencies
$ npm install

# Serve with hot reload at localhost:3000
$ npm run dev

# Build for production and launch server
$ npm run build
$ npm run start

For detailed explanation on how things work, check out Nuxt.js docs.