/rustcrab

The non-crap repo for Rust Developers

Primary LanguageTypeScriptMIT LicenseMIT

Rustcrab

rust_background_720

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.

Project Overview

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.

Features

  • 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.

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/FrancescoXX/rustcrab.git
    cd rustcrab
  2. Install dependencies:

    npm install

    or

    yarn

Running the development server

npm run dev

or

yarn dev

Open http://localhost:3000 in your browser to view the application.

Building for production

To create an optimized production build, run:

npm run build

or

yarn build

This will generate a out directory containing the optimized build.

Deployment

You can deploy this Next.js application to various platforms such as Vercel, Netlify, or any other hosting provider supporting static site hosting.

Contributing

Contributions are welcome!

Feel free to open an issue or submit a pull request.