GitHunt

code.devpill.dk

A brief description of what this project is about. This project serves as a comprehensive resource for programmers, featuring a collection of Vim cheatsheets, configurations, and more, designed to enhance development workflows. Built with Next.js, styled with Tailwind CSS, and using the Shadcn UI library for a seamless user interface.

Built With

  • Next.js - The React framework for production.
  • Shadcn UI - UI library for React applications.
  • Tailwind CSS - A utility-first CSS framework.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

node.js (version 12.x or later)
npm (version 6.x or later)

Installation

Clone the repository:

git clone https://github.com/paulmorar/code.devpill.dk.git

Navigate to the project directory:

cd code.devpill.dk

Install the project dependencies:

npm i

Running the Project Locally

To run the project on your local machine, execute the following command:

npm run dev

This will start the Next.js development server, and you should be able to view the website by navigating to http://localhost:3000/ in your web browser.

Contributing

Contributions to the project are welcome! Here's how you can contribute:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Languages

TypeScript95.0%CSS4.5%JavaScript0.5%

Contributors

MIT License
Created March 5, 2024
Updated March 5, 2024
paulmorar/code.devpill.dk | GitHunt