Skip to content

hyperdelia/hex002-womb-about

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex002-womb-about

Documentation of HEX 002.

Setup

yarn

Development

Run the watch and serve command as separate tasks.

yarn serve    // start webserver
yarn watch    // watch for changes
yarn lint     // check for style violations

Deployment

yarn build