This is the official GNDC website repository
- First clone this reposiory by taping in the command line:
git clone
- Then install all the dependencies in the root folder of the project:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
- Finally , run the developpment server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
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.
- Next JS as React Framework
- Tailwind CSS for styling
- Lucide Icons for Icons
- TypeScript as the variant of JavaScript