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.orgcurl -fsSL https://bun.sh/install | bashpowershell -c "irm bun.sh/install.ps1 | iex"bun installbun dev5. Open your browser and navigate to http://localhost:3000 to view the website.
bun installmay fail on Windows due to missingnode-gyp. This is caused bybetter-sqlite3.- To fix this, you can run
npm installfollowed bybun installto 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