Vita3K official website made with Svelte.
The compatibility list is generated using the Vita3K API.
Before building the website, make sure you have:
- Node.js 18 or newer
- npm (included with Node.js)
Install dependencies:
# Install project dependencies
npm installStart the development server with hot reload enabled:
# Start development server
npm run devOr you can build the website for production and preview it locally using the following commands manually:
# Build for production
npm run build
# Preview the latest production build
npm run preview