Skip to content

r-grandorder/tri-hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Site is setup using vuepress v2. https://v2.vuepress.vuejs.org/

  1. initial setup - install nvm from https://github.com/coreybutler/nvm-windows (or use the og linux version)
nvm install 16
nvm use 16
npm install
  1. running local server (logs should give you the url to the server)
npm run dev
  1. testing out the github pages build (build files can be seen in .vuepress/dist)
npm run build

Will add more to the README later, but for now, if you would like to contribute to this project, please contact Lib#7770 on Discord!


Credit to Cereal and Enshael for Vue Import assistance.