-
Welcome to Bloatcare, the ultimate online destination where passions thrive, and discussions come alive.
-
Embrace a world of endless possibilities as you connect with diverse communities and share your thoughts through compelling posts.
-
First things first, this is a Next.js project bootstrapped with
create-next-app
. -
Second, this is my first proper next.js project. So please be kind :)
First, download the dependencies:
# node:
npm install
# or if you like microsoft:
yarn install
Then run the development server:
# with node:
npm run dev
# or yarn:
yarn dev
# or if you use pnpm:
pnpm dev
Open http://localhost:3000 (if you didn't change the port) within your browser to see the result.
You can start editing the pages. The page auto-updates as you edit the file thanks to hot-reload feature.
If you need to learn more about Next.js, take a look at the following resources:
- Learn Next.js - an interactive Next.js tutorial.
- Next.js Documentation - learn about Next.js features and API.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!