This application is built using these technologies:
- Sveltekit as the framework
- Prisma as the ORM for migrations and database connection
- TypeScript as the programming language
- SQLite as the database
To get started, navigate to the directory of your choice and run the following command to clone the repository:
git clone https://github.com/sonylomo/demo-sveltekit.git
cd demo-sveltekit
Install dependencies and fire up the application:
npm install
npm run dev
Awesome! Your application should be running on: http://127.0.0.1:5173/