Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 667 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 667 Bytes

pikmin decompilation website 🌺

pikmin.dev

website for the pikmin decompilation projects

getting started 🏃

in order to get this project running, follow these steps:

  1. install nvm, a version manager for node.js. this installs node.js and npm (npm is the package manager used in this project)

  2. check that npm was installed correctly by running: npm -v

  3. install all dependencies for this project: npm i

  4. run the project: npm run dev

and the project should be running at http://localhost:3000!