Rustcrab is a non-crap repository for Rust developers, providing a variety of resources, tools, and guides to help you enhance your Rust programming skills.
This project is a Next.js application with Tailwind CSS and TypeScript.
It includes a real-time display of the number of stars on the GitHub repository and supports light and dark mode toggling.
The application also integrates with daily.dev for additional developer resources.
- Real-time GitHub Stars: Displays the current number of stars for the repository.
- Light/Dark Mode: Toggle between light and dark themes.
- Responsive Design: Optimized for various screen sizes using Tailwind CSS.
- Developer Resources: Includes links to daily.dev and GitHub repository.
- Social Media Integration: Links to Twitter, LinkedIn, YouTube, Discord, and Instagram.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/FrancescoXX/rustcrab.git cd rustcrab
-
Install dependencies:
npm install
or
yarn
npm run dev
or
yarn dev
Open http://localhost:3000 in your browser to view the application.
To create an optimized production build, run:
npm run build
or
yarn build
This will generate a out directory containing the optimized build.
You can deploy this Next.js application to various platforms such as Vercel, Netlify, or any other hosting provider supporting static site hosting.
Contributions are welcome!
Feel free to open an issue or submit a pull request.