Educational website + interactive slides with short, explanatory & interactive programming guides.
Made with React.js (UI framework), Next.js (React.js framework for Server Side Rendering) and sli.dev (Presentation Slides for Developers).
To run this all locally, you need to have Node.js installed on your machine.
git clone https://github.com/bartolomej/webdev-tldr && cd webdev-tldr
yarn install && cd slides && yarn install
yarn run dev
cd slides && yarn run dev
To contribute, create a new branch prefixed with the issue id (if the issue exists), and a short explanatory description (e.g. 2_code_prettify
).
Commit all the changes in this branch and create a Pull Request.
All the changed committed to the main
branch will be automatically deployed to Vercel.