vgmstream-website
This project will build the website that lives here.
You need Node.js and npm (or Yarn), among other things. I recommend Yarn, because, in my experience, it's faster than npm, although they draw from the same repositories.
Building instructions
- Install the Parcel bundler globally.
yarn global add parcel-bundler
ornpm install -g parcel-bundler
- Run the
build
command.yarn build
ornpm build
- The results should be in the
dist
folder.
Pull requests are welcome.