Learn Bash is a free, open-source platform for mastering command line and shell scripting.
Your sponsorship helps keep my open-source projects alive! From interactive learning tools to security guides, every contribution makes a difference in keeping these resources free and accessible to everyone.
Why sponsor?
- 🔨 Maintain and improve existing tools
- 📚 Create new educational content
- 🌐 Keep resources free and accessible
- 💡 Dedicate more time to community projects
Try it out for yourself!
Visit: https://bash.getcyber.me
- Node.js 18+ (React 18.3.1)
- npm or yarn
- Git
# Clone the repository
git clone https://github.com/Dan-Duran/learn-bash.git
# Navigate to the directory
cd learn-bash
# Install dependencies
npm install
# or
yarn install
# Run the development server
npm run dev
# or
yarn dev
Your app should now be running on http://localhost:3000
- Next.js - The React Framework for the Web (with App Directory)
- Vercel – Deploy your Next.js app with ease
- Tailwind CSS – Utility-first CSS framework for rapid UI development
- Shadcn/ui – Re-usable components built using Radix UI and Tailwind CSS
- next/font – Optimize custom fonts and remove external network requests for improved performance
- MDX – Markdown for the components
- TypeScript – Static type checker for end-to-end type safety
- Prettier – Opinionated code formatter for consistent code style
- ESLint – Pluggable linter for Next.js and TypeScript
- Vercel Analytics – Real-time performance metrics for your Next.js app
web
: The main Next.js applicationUI
: Shared UI components
Visit our contributing guide to learn how to contribute.
- Your feedback and contributions are welcome!
This project is licensed under the MIT License. For more information, see the LICENSE file.
You can check out the Next.js GitHub repository
Special thanks to the open-source community and creators whose work has made this project possible.
- Vicky/spaciousejar: For building this amazing Open Source app! Learn Git with her at Vicky/spaciousejar
- Awesome Bash: A curated list of delightful Bash scripts and resources.
- Bash-Cheat-Sheet: A Bash cheat sheet for scripting.
- Youtube Channel: For the amazing tutorials on web development.