- Event List Page for past and upcoming events
- Speaker List Page for those who have contributed to events
- About Page containing information about the community
- View the design in Figma: Figma Link
- Check the Issues to choose a task you’d like to work on
- Submit a pull request to this repository
Install all depedencies
pnpm iRun the dev server:
pnpm devThe website will automaticly deployed to Github Pages using the Github Action.
The deployment triggered by new commits on main branch.
We love hearing your ideas! If you have a feature request, please create a new issue and describe the feature you would like to see, including its potential benefits.
If you'd like to contribute code, please follow these steps:
- 
Click the "Fork" button in the upper right corner of the repository. 
- 
Clone your forked repository to your local machine: 
   git clone https://github.com/yourusername/lotengdev-web.git- Create a new branch for your feature or bug fix:
git checkout -b my-feature-branchMake Your Changes
- Make the necessary changes to the codebase.
- Ensure your code follows the project's coding style and conventions.
- Add tests for any new features or changes to existing functionality.
- Stage your changes:
git add .- Commit your changes with a descriptive message:
git commit -m "Add feature: [brief description]"Push your changes to your forked repository:
git push origin my-feature-branch- Go to the original repository and click on "Pull Requests."
- Click "New Pull Request."
- Select your branch and provide a description of your changes.
- Click "Create Pull Request."
A project maintainer will review your pull request. Be open to feedback, and feel free to ask questions or discuss any requested changes.
Submit them by opening a new issue
or join the Lotengdev Telegram Group.
