-
-
Notifications
You must be signed in to change notification settings - Fork 72
Setup Development
Welcome to the development environment setup guide for LobeVidol.
If you have access to GitHub CodeSpaces, you can click the button below to enter the online development environment with one click:
Before you start developing LobeVidol, you need to install and configure some necessary software and tools in your local environment. This document will guide you through these steps.
First, you need to install the following software:
- Node.js: LobeVidol is built on Node.js, so you need to install it. We recommend installing the latest stable version.
- Bun: We use Bun as our preferred package manager. You can download and install it from the official Bun website.
- PNPM: We use PNPM as a supplementary package manager. You can download and install it from the official PNPM website.
- Git: We use Git for version control. You can download and install it from the official Git website.
- IDE: You can choose your favorite Integrated Development Environment (IDE). We recommend using WebStorm, which is a powerful IDE particularly suited for TypeScript development.
After installing the software mentioned above, you can start setting up the LobeVidol project.
- Get the Code: First, you need to clone the LobeVidol repository from GitHub. Run the following command in your terminal:
git clone https://github.com/lobehub/lobe-vidol.git
- Install Dependencies: Next, navigate to the project directory and use Bun to install the project's dependencies:
cd lobe-vidol
bun i
If you are using PNPM, you can execute:
cd lobe-vidol
pnpm i
- Start the Development Server: After installing the dependencies, you can start the development server:
bun run dev
Now, you can open your browser and go to http://localhost:3010
, where you should see the welcome page of LobeVidol. This indicates that you have successfully set up the development environment.
If you encounter any issues with the environment setup during development, or if you have any questions regarding LobeVidol development, feel free to reach out to us. We look forward to seeing your contributions!
This is the 🤗 / 🤖 Lobe Vidol wiki. Wiki Home