Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 345 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 345 Bytes

Website

Landing page & Menu viewer

Website for Palestine Nights Restaurant written in pure VueJS.

Usage

Install dependencies

$> yarn install

Specify envs

$> cp example.env .env

Start development server

$> yarn run serve

Compile for production build

$> yarn run build