Get up and running with Quatrolingual in minutes. This guide will walk you through everything you need to know.
Create your free account to get started
Purchase credits to access premium products
Get your products and start building
Extract the downloaded ZIP file to your desired location
Run the following command in your terminal
Launch the development server
Create a .env.local file in your project root:
Most templates include database migrations. Run them with:
Change the port in your package.json or kill the process using the port
Clear node_modules and reinstall: rm -rf node_modules && npm install
Verify your DATABASE_URL in .env.local and ensure the database is running