Thanks for your interest in Fullstack Nights! This project welcomes contributions from the community.
nvm use # picks up Node version from .nvmrc
npm install
npm run develop # http://localhost:8000- Fork the repo and create a topic branch from
main. - Make your changes. Keep commits scoped and use conventional commit prefixes (
feat:,fix:,docs:,chore:, …). - Run
npm run lintandnpm run formatbefore pushing. - Open a pull request — the template will guide you through the rest.
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.
By participating you agree to follow our Code of Conduct (español).