Bloggers-Svelte is a modern, lightweight blogging platform built with Svelte, TypeScript, and CSS. Designed with performance and user experience in mind, it enables bloggers and content creators to easily write, edit, and publish articles using an intuitive, interactive interface.
Clone the repository:
git clone https://github.com/regisx001/Bloggers-Svelte.git
cd Bloggers-Svelte
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open your browser and navigate to:
http://localhost:5173
(Or the port specified in your console)
src/
— Main source codecomponents/
— Svelte componentsroutes/
— Application routes/pageslib/
— Utility libraries and helperspublic/
— Static assetssrc
and public
directories.Contributions are welcome! Feel free to open issues or submit pull requests for new features, bug fixes, or suggestions.
This project is licensed under the MIT License.
Bloggers-Svelte — A blazing-fast, customizable blogging platform for modern creators.