Women-Coding-Community / wcc-frontend

MIT License
2 stars 4 forks source link
WCC Logo White

Contributors Forks Issues Stargazers

WCC Frontend Application

This is the FE application (NextJS) for Women Coding Community website.

Requirements

If you don't have pnpm you can install it with npm running

npm install -g pnpm@9

Installation

Install project dependencies

  pnpm install

Development

Before you can start development you need to create a .env.local in your root folder. In this file please paste the following:

API_BASE_URL=http://localhost:3000

This will allow your localhost to serve the json which is used to populate the pages while the API is not available.

You can run the application using

  pnpm dev

Contribution

You can run these commands pre-commit, but the application uses husky which will run checks before you can commit.

  pnpm lint:fix && pnpm format && pnpm type-check

TODO: add contribution rules in contribution.md