Welcome to the official website of the ProjectM Visualizer organization. This site serves as a central hub for our visualizer-related projects, resources, and community updates.
Follow these steps to get the site running locally:
git clone https://github.com/projectM-visualizer/projectm-visualizer.org
cd projectm-visualizer.org
curl -fsSL https://bun.sh/install | bash
powershell -c "irm bun.sh/install.ps1 | iex"
bun install
bun dev
5. Open your browser and navigate to http://localhost:3000 to view the website.
bun install
may fail on Windows due to missingnode-gyp
. This is caused bybetter-sqlite3
.- To fix this, you can run
npm install
followed bybun install
to install the dependencies. - This will then allow you to utilize the environment without issues.
- Linux has no issues with this.
- To fix this, you can run