Welcome to the repository for the frontend of our software. This project is built using Next.js alongside TypeScript to ensure efficient and safe development.
This project uses the following technologies:
- Next.js: A React framework for building fast and scalable web applications.
- TypeScript: A superset of JavaScript that adds optional static typing.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/Dialosoft/frontend.git- Install dependencies:
cd frontend/main
npm install- Run the development server:
npm run devnpm run dev: Runs the development server.npm run build: Builds the application for production.npm run start: Starts the application in production mode.npm run lint: Runs ESLint to check for code quality issues.