Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.21 KB

Nexus: The DeepSquare Portal of Apps

The Nexus is the official Portal hosting apps for DeepSquare.

Getting Started

  1. Clone the repository:

    git clone https://github.com/deepsquare-io/nexus.git
  2. Install dependencies:

    pnpm install
  3. Run:

    # Start MongoDB
    docker-compose up -d
    pnpm run dev

For production preview:

  1. Edit the .env.production and run:

    pnpm run test:build
    pnpm run test:start

Join the Community

We welcome your help in building DeepSquare! If you are interested, we invite you to check out the Contributing Guide.

Documentation

Comprehensive details, tutorials, and reference materials are available at our Documentation. Whether you're a new user getting started or an experienced developer looking for in-depth information, our documentation is the go-to resource to explore the full potential of DeepSquare.