Welcome to the beginning of my digital garden! This project is a personal knowledge management system where I cultivate and share my thoughts, ideas, and knowledge in a structured and visually appealing manner. It serves as a digital space for creativity and learning, built with Next.js, React, Tailwind CSS, and TypeScript.
To get started with this project, you'll need to have Node.js installed on your machine. Once you have Node.js set up, you can run the development server using one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
After running the development server, open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This digital garden project was inspired by and built upon several repositories that provided a solid foundation and inspiration. Here are the repositories that have been instrumental in starting this project:
- Tailwind Nextjs Starter Blog by Tim Lrx: This repository served as a great starting point for integrating Tailwind CSS with Next.js and setting up a blog structure.
- Velite by Zce: Velite is a lightweight and fast development tool for Vue 3, which was adapted for use in this Next.js project.
- Next.js Velite Blog Template by Jolbol1: This template provided a practical example of how to integrate Velite with Next.js, offering a solid foundation for building a blog.
Your feedback and contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
The recommended platform for deploying this digital garden is Vercel, the creators of Next.js. Check out the Next.js deployment documentation for more details on deploying your Next.js app.
Thank you for visiting my digital garden!