Afordin / aforshow-2024

Event by developers for developers. If you have never given a talk or workshop or want to keep improving, this is the event for you.
38 stars 22 forks source link
aforshow code event programming talk web workshop

AFORSHOW

Contributors Forks Stargazers Issues

Aforshow is a programming event made for developers by developers to give them the opportunity to give a talk.
You can demonstrate your talent by participating giving a talk.

Figma Design · Report a bug

Screenshots

image image

Getting started

  1. clone or fork this repository

    git clone https://github.com/Afordin/aforshow-2024.git
  2. install dependencies

    pnpm install
  3. run the project

    pnpm run dev
  4. Open your browser and visit

    http://localhost:3000 🌺

Contributing to a project

  1. Cloning a fork: Click on the fork button at the top right corner of the repository to create a copy of the project in your GitHub account.
  2. Clone the Repository: Clone your forked repository to your local machine using the command (git clone <fork URL>) in your terminal.
  3. Set upstream branch: To keep your forked repository updated with the original repository, use the command (git remote add upstream <repository original URL>).
  4. Create branch: (git checkout -b feature/some-feature).
  5. Stage the changed files: by using git-add to incrementally "add" changes to the index before using the commit command (git add <file>).
  6. Record changes to the repository: Create a new commit containing the current contents of the index and the given log message describing the changes(git commit -m 'Add: some feature').
  7. Submit your Contribution: Upload your branch with the changes to forked repository on GitHub using (git push origin feature/some-feature).
  8. Generate a request: To complete the process of creating your PR, simply hit pull request

Authors

Contribution from Stackblitz

If you want to contribute in a simpler way, you can start this project from Stackblitz using your GitHub account:

Open in Stackblitz

Thanks to all the contributors who have made this project possible!

Contributors

🛠️ Stack

Next React Tailwind