A frontend web application for brainbox research instiute
Install dependencies
npm install
Install dependencies using make
make install
Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
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.
- NextUI Documentation - learn about NextUI features, components and API
- Tailwind CSS Documentation - learn about Tailwind CSS, it features, components and API
- React Icons - A link to
react-iconsmain page
git fetch -p && for branch in $(git for-each-ref --format '%(refname) %(upstream:track)' refs/heads | awk '$2 == "[gone]" {sub("refs/heads/", "", $1); print $1}'); do git branch -D $branch; done