Dan's Plugins Community Website is a Next.js web application that serves as the central hub for the Dan's Plugins Community. It showcases DPC plugins, provides links to documentation and support resources, and acts as the public face of the community at https://dansplugins.com.
- Ensure Node.js (v18 or later) is installed on your machine.
- Clone this repository:
git clone https://github.com/Dans-Plugins/dansplugins-dot-com.git - Install dependencies:
npm install
- Build the project:
npm run build
- Start the server:
npm run start
The site will be available at http://localhost:3000.
See the Development section below.
- User Guide – Getting started and common scenarios
- Configuration Guide – Detailed configuration options
- Changelog – Release history
You can find the support Discord server here.
Please fill out a bug report here.
Linux:
npm run lint
Windows:
npm run lint
If you see no errors, the lint check has passed.
A Docker Compose setup is available for local development.
- Install Docker Desktop.
- Start the development server:
The site will be accessible at
./up.sh
http://localhost:3000.
./down.sh
npm run dev
| Name | Main Contributions |
|---|---|
| Dans | Project founder and lead developer |
This project is licensed under the MIT License.
You are free to use, modify, and distribute this software, provided that the original copyright and license notice are included.
See the LICENSE file for the full text.
This project is in active development.