Skip to content

DexKit/dexkit-monorepo

Repository files navigation

DexApp Builder

Tap into the potential of Web3 with DexAppBuilder. Easily create decentralized applications (DApps) without the coding headaches. Join us now to revolutionize your DApp development journey on Web3!

Getting Started

Follow these steps to set up and run DexApp Builder locally:

Installation

Note: Yarn is the preferred package manager for this project.

Clone the repository:

git clone https://github.com/DexKit/dexkit-monorepo.git
cd dexapp-builder

If you plan to colaborate fork the repository instead

Install dependencies:

yarn install

Set up environment variables:

Inside the apps/dexappbuilder directory, copy the example environment file and create a new .env file:

cp apps/dexappbuilder/.env.example apps/dexappbuilder/.env

Start the development server:

yarn dev

The project should now be live at: (Be sure that project is running on port 3000, in case port 3000 is already ocuppied kill the process that is runnin on it)

http://localhost:3000/

Contributing

We welcome contributions from the community! You can contribute in the following ways:

Reporting Issues

If you encounter any bugs, have feature requests, or see areas for improvement, please open an issue on GitHub.

Submitting a Pull Request (PR)

Fork the repository and create a new branch.

Make your changes and ensure the code follows the project's guidelines.

Test your changes locally.

Submit a pull request with a clear description of the changes made.

Thank you for helping improve DexApp Builder!

License

This project is licensed under the MIT License.