Skip to content

thinodium/thinodium.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation site for thinodium, viewable live at thinodium.github.io.

Building

To build assets:

$ npm install
$ npm run build

To watch for changes and rebuild accordingly:

$ npm run dev