Site of MoscowJS, JavaScript meetup group in Moscow.
By contributing to moscowjs.org, you agree to abide by the code of conduct.
- Fork the repo
- Checkout the
main
branch - Install dependencies
git clone https://github.com/MoscowJS/moscowjs.org
cd moscowjs.org
npm install
- Create a new branch from the develop branch.
- Make your changes. Make sure the command
npm run build
is passing. - Commit and finally send a GitHub Pull Request with a clear list of what you've done (read more about pull requests). Make sure all of your commits are atomic (one feature per commit) and have meaningful commit messages.
To start local development, you need a personal access token for Airtable. Create the one on https://airtable.com/create/tokens (you need read access for Meetups and MoscowJS.org bases).
Add created token to the file .env.development.local
- Pages — https://airtable.com/shrESYQUdFwE3B9Pw
- Navigation — https://airtable.com/shrVjBdqtUMxPXkI4
- Events — https://airtable.com/shrriv6tz5JOHmO8g
- Talks — https://airtable.com/shrxodFEExyrch9A6
- Speakers — https://airtable.com/shrDgVtkzHCh8wKv1
- Companies — https://airtable.com/shrspKnmfnArZ3XQJ
MIT License
Copyright (c) 2021 MoscowJS Team
See LICENSE. for full text.