This repository contains the backend code for the Opxs platform, a suite of experimental web services written in TypeScript and Next.js.
- Image Converter: Convert images between different formats online.
To run the Opxs web locally, you need to set up your environment first.
- Node.js
- Docker
npm install
# start opxs-web
npm run dev
# create certs
docker compose run --build --rm certs
# start nginx
docker compose up --build
View the application at: https://localhost.omnius-labs.com:1443/
- Official Documentation: https://docs.omnius-labs.com/
This project is released under the MIT License. For more details, please refer to the LICENSE file.
If you would like to contribute to this project, please contact us through Issues or Pull Requests on GitHub.