Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 987 Bytes

File metadata and controls

26 lines (17 loc) · 987 Bytes

Contributing

Thanks for your interest in Fullstack Nights! This project welcomes contributions from the community.

Setup

nvm use            # picks up Node version from .nvmrc
npm install
npm run develop    # http://localhost:8000

Workflow

  1. Fork the repo and create a topic branch from main.
  2. Make your changes. Keep commits scoped and use conventional commit prefixes (feat:, fix:, docs:, chore:, …).
  3. Run npm run lint and npm run format before pushing.
  4. Open a pull request — the template will guide you through the rest.

Translations

User-facing strings live in src/locales/en.json and src/locales/es.json. Keep both files in sync; pages render via useTranslation() from react-i18next.

Code of Conduct

By participating you agree to follow our Code of Conduct (español).