Skip to content

Grand-Nord-Developpers-Community/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the official GNDC website repository

Getting Started

  1. First clone this reposiory by taping in the command line:
git clone
  1. Then install all the dependencies in the root folder of the project:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. 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.

Technologies stack:

  1. Next JS as React Framework
  2. Tailwind CSS for styling
  3. Lucide Icons for Icons
  4. TypeScript as the variant of JavaScript

Releases

No releases published

Packages

No packages published

Contributors 6

Languages