This is the official website for the Projectm Visualizer organization, which hosts various visualizer projects and resources.
To set up the development environment, follow these steps:
- Clone the repository:
git clone https://github.com/projectM-visualizer/projectm-visualizer.org- Install bun.sh
# Linux / macOS
curl -fsSL https://bun.sh/install | bash# Windows
powershell -c "irm bun.sh/install.ps1 | iex"- Install dependencies:
bun install- Start the development server:
bun dev- Open your browser and navigate to
http://localhost:3000to view the website.