paulmorar/code.devpill.dk
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.gitNavigate to the project directory:
cd code.devpill.dkInstall the project dependencies:
npm iRunning the Project Locally
To run the project on your local machine, execute the following command:
npm run devThis 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:
- Fork the repository.
- Create your feature branch (git checkout -b feature/AmazingFeature).
- Commit your changes (git commit -m 'Add some AmazingFeature').
- Push to the branch (git push origin feature/AmazingFeature).
- Open a pull request.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.