Getting Started First, clone the project: cd jp-lang-server Second: npm install Then, you need to make the .env file and put the port. Then, run the development server npm run dev # or yarn dev # or pnpm dev # or bun dev Then get started...