Create and manage markdown blogs in a fun and easy way using Nuxt and Nuxt UI and Nuxt Content
Report Bug
·
Request Feature
Table of Contents
! This project I made it for fun and should not be used in a production state because scaling would be a pain and there is not any auth made and rate limiting for the backend related fetches I am using Nuxt Content to store all the markdown files and using Javalin with PostgresSQL for storing users, auth stuff and keeping track of the markdown files created Checkout my Backend for more information about it!
Check out the roadmap for what features will be coming next!
Check out photos with the website(can't really host if for free sadly) !
Contributions are what make the open-source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated!
If you're new to contributing to open-source projects,
you can follow this guide to get
up-to-speed.
Distributed under the MIT License See LICENSE for more information.
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run previewCheck out the deployment documentation for more information.