My first application made with Svelte and TheCocktailsDB API.
Before running any of those commands, install the packages:
npm install
To start a development server, run the following command:
npm run dev
To build for production, run the following command:
npm run build