Thrive Beyond Limits, Next Begins Here
This is a documentation project to capture our learning journey from the Next Level Web Development
Technology Stack
JavaScript
TypeScript
Express
Redux
Next.js
SQL
PostgreSQL
Prisma
MongoDB
Mongoose
Docker
AWS
Vitest
Jest
GraphQL
Contribution Guidelines
We welcome all contributions! Here's how you can help make this project better.
1. Fork & Clone
Fork the repository and clone it locally
git clone https://github.com/Takib-Ahmed/thrivext.git
cd thrivext
2. Install & Setup
Install dependencies and start the development server
npm install
npm run dev
3. Create New Page
Add new documentation pages easily
cd app
mkdir Topics-name
touch Topics-name/page.md
4. Submit Changes
Create a branch from development, make changes, and submit PR
git checkout development
git checkout -b feature/your-feature-name
git add .
git commit -m "Add: your feature"
git push origin feature/your-feature-name