Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepsquare-io/nexus
User-facing portal to all DeepSquare applications running on the Grid
https://github.com/deepsquare-io/nexus
Last synced: about 1 month ago
JSON representation
User-facing portal to all DeepSquare applications running on the Grid
- Host: GitHub
- URL: https://github.com/deepsquare-io/nexus
- Owner: deepsquare-io
- License: gpl-3.0
- Created: 2023-06-09T08:47:16.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-02-14T01:44:45.000Z (11 months ago)
- Last Synced: 2024-04-14T04:08:43.560Z (9 months ago)
- Language: TypeScript
- Homepage: https://nexus-deepsquare.vercel.app
- Size: 30.1 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Nexus: The DeepSquare Portal of Apps
The Nexus is the official Portal hosting apps for DeepSquare.
## Getting Started
1. Clone the repository:
```shell
git clone https://github.com/deepsquare-io/nexus.git
```2. Install dependencies:
```shell
pnpm install
```3. Run:
```shell
# Start MongoDB
docker-compose up -d
pnpm run dev
```For production preview:
3. Edit the .env.production and run:
```shell
pnpm run test:build
pnpm run test:start
```## Join the Community
- [Community Discord](https://discord.gg/KYWh28BkUE) - Request for support and help from the DeepSquare community.
- [GitHub Issues](https://github.com/deepsquare-io/nexus/issues) - Submit your issues and feature requests via GitHub.We welcome your help in building DeepSquare! If you are interested, we invite you to check
out the [Contributing Guide](./CONTRIBUTING.md).## Documentation
Comprehensive details, tutorials, and reference materials are available at our [Documentation](https://docs.deepsquare.run/). 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.