This is a wiki page for the game Sound Voltex made mainly with Nextra.
Every page on the wiki is a markdown file. Tagged with .mdx, each page is essentially just a notepad with markdown features. For information on how to use markdown see here
This project is running on Next.js with Tailwind CSS.
If you see an error or want to add something, feel free to send a pull request or submit an issue. You can also contact me on Discord at masonm.07.
To set up locally:
- Install git and Node.js. Select
v22.14.0 (LTS)for your operating system usingfnmwithnpm - Run
git clone https://github.com/zzunja/sdvxwiki.gitto download the project to a local folder. - Run
npm installinside the project folder to install the project's dependencies. - Run
npm run devto start a local server of the website. - Go to http://localhost:3000 in your web browser of choice.
You can now change what you want to the website and see it update live.
For re-running:
- Pull any changes with
git pull - Run
npm run dev
Setup with pnpm is very similar; simply substitute npm for pnpm above.
The search function will not work and show an error if you don't build the website. This is because pagefind is only created when built. If you want the search function to work, simply run npm build and it will create the _pagefind directory in /public/_pagefind/. You can then start with npm run dev.
This is because on mobile, the ToC on the right that is normally shown on PC doesn't show. For bigger articles to help people using mobile devices, there is a seperate ToC.
Also, Nextra ToC is broken on some mobile devices.
Please do! It was made to be used by everyone who is interested in SDVX.
Content licensed under CC BY-SA 4.0. Code licensed under the MIT License.
sdvx.org does not allow discussion about distributing or using copyrighted game data. Information on this topic is not permitted on the wiki and will be automatically rejected if submitted.