A simple blog app built with SvelteKit, Tailwind CSS and daisyui.
git clone https://github.com/mardinitguy/sveltekit-blog.git
npm i
Once you've installed dependencies with any package manager, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Any contributions you make are greatly appreciated.
Before contributing, please read the Contrbuting.