Skip to content

omnius-labs/opxs-web-ts

Repository files navigation

Opxs logo

Opxs - Omnius Anything Service (Web)

test

This repository contains the backend code for the Opxs platform, a suite of experimental web services written in TypeScript and Next.js.

Backend

The backend for this project is developed in Rust and can be found here: https://github.com/omnius-labs/opxs-apps-rs

Features

  • Image Converter: Convert images between different formats online.

Development

Getting Started

To run the Opxs web locally, you need to set up your environment first.

Requirements

  • Node.js
  • Docker

Running Locally

1. Install dependencies:

npm install

2. Run the development server:

# start opxs-web
npm run dev

3. Start nginx using Docker:

# start nginx
docker compose up --build

View the application at: https://localhost.omnius-labs.com/

Links

License

This project is released under the MIT License. For more details, please refer to the LICENSE file.

Contribution

If you would like to contribute to this project, please contact us through Issues or Pull Requests on GitHub.