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 installStart the development server:
yarn devThe application will be available at http://localhost:3000
Build the application for production:
yarn buildStart the production server:
yarn startRun ESLint to check for code issues:
yarn lint