Say hello to OxyMade Docs 👋

Posted November 4, 2020 by Anvesh G ‐ 1 min read

Introducing OxyMade Learn to learn about OxyMade Design sets, Best practices, Tailwind OxyMonster Framework tips & tricks to improve your Oxygen Builder work flow.

start

Start local development server:

npm run start

lint

Check scripts, styles, and markdown for errors:

npm run lint

scripts

Check scripts for errors:

npm run lint:scripts [-- --fix]

styles

Check styles for errors:

npm run lint:styles [-- --fix]

markdown

Check markdown for errors:

npm run lint:markdown [-- --fix]

clean

Delete temporary directories:

npm run clean

build

Build production website:

npm run build

functions

Build Lambda functions:

npm run build:functions

preview

Build production website including draft and future content:

npm run build:preview