Official website for ReactGirls, built with Next.js, React and TypeScript. This application serves as the main web presence for the ReactGirls community.
- Node.js >= 20.19.0
- Yarn ^1.22
Install dependencies:
yarn install
Start the development server:
yarn dev
The application will be available at http://localhost:3000
Build the application for production:
yarn build
Start the production server:
yarn start
Run ESLint to check for code issues:
yarn lint