website for the pikmin decompilation projects
in order to get this project running, follow these steps:
-
install nvm, a version manager for node.js. this installs node.js and npm (npm is the package manager used in this project)
-
check that npm was installed correctly by running:
npm -v
-
install all dependencies for this project:
npm i
-
run the project:
npm run dev
and the project should be running at http://localhost:3000!