👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to Developers Conference 2022. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
- A website that has useful information about the conference.
- A sessions schedule interface that is easy to use.
- HTML/CSS 😜
- Vuejs + Vuex
- Github
- Sessionize (API for speakers and sessions)
We don't have a design ! Just a theme. The discussions for this is taking place in the MSCC slack. Please join us over there!
- The first part of the project will be mostly Front-end Development(VueJS)
- Take a look at the Project Board
- It is likely there are open issues that you can help with.
- Pick an Issue or Create an issue to help with
- Comment on the issue and let everyone know you'll be helping on this. (to avoid duplicates)
- Make a merge request to the
main
branch - One of the maintainers will review the PR and merge, else there will be comments if adjustments are required.
Development is based on Vue.js and necessary modules are described in the package.json
file.
npm install
npm run serve
npm run build
npm run lint