Before you begin, make sure you have the following software installed:
- Node.js (version 14 or higher)
- npm (Node Package Manager) or yarn
-
Clone the repository:
git clone git@github.com:<organisation-name>/<repository-name>.git cd <repository-name> npm install
-
Start project:
npm run dev #run project in development mode
The project structure is organized as follows:
public/: Static files accessible by the browser
src/: Main application code
components/: React components
pages/: Next.js pages
styles/: Global styles and CSS modules
...: Other application-specific files