Skip to content

voidweaver/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

My website's source code. This site is currently online here.

Building from source

Prerequisites

  1. Make sure you have Yarn installed and available in your $PATH

Building steps

When in the project directory,

  1. Install dependencies
    $ yarn
  2. Execute the build script
    $ yarn build
  3. The website should now be built into a new ./dist directory