Skip to content

ysulyma/lv-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9453b65 · Mar 13, 2023

History

25 Commits
Mar 13, 2022
Mar 13, 2022
Apr 29, 2022
Apr 29, 2022
Mar 13, 2022
Apr 29, 2022
Apr 29, 2022
Mar 13, 2022
Mar 13, 2023
Mar 13, 2023
Mar 13, 2022
Mar 13, 2022

Repository files navigation

To start server:

npm install
liqvid serve

Your browser should then open to http://localhost:3000. To run on a different port, you can use e.g. liqvid serve -p 8080.

To make production build:

liqvid build

To preview production build:

NODE_ENV=production liqvid serve

To compile Stylus to CSS:

npm run stylus