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.
clone or fork this repository
git clone https://github.com/Afordin/aforshow-2024.git
install dependencies
pnpm install
run the project
pnpm run dev
Open your browser and visit
git clone <fork URL>
) in your terminal.git remote add upstream <repository original URL>
).git checkout -b feature/some-feature
).git add <file>
).git commit -m 'Add: some feature'
).git push origin feature/some-feature
).If you want to contribute in a simpler way, you can start this project from Stackblitz using your GitHub account:
Thanks to all the contributors who have made this project possible!