Skip to content

SamtendoNetwork/guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

539 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samtendo Installation Guide (Wii U)

Wii U guide for installing Samtendo Network.

https://guide.samtendo.net/

Running the site locally

This requires the following installed on your system:

To test the website locally, clone the source code:

git clone https://github.com/SamtendoNetwork/guide --recurse-submodules
cd guide

Note

You must use --recurse-modules or you will hit an error like Failed to resolve import "@theme/index" from "node_modules/vitepress/dist/client/app/index.js?v=19e6628c" when running. If you've already cloned, you can initialize the submodules manually: git submodule update --init --recursive.

Then simply run the following commands:

npm ci
npm run docs:dev

The website should now be running on http://127.0.0.1:5173/ (or a port shown on the terminal). Any edits you make should appear live!

About

Guide for installing Samtendo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors