Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnpem/launch3d
Launcher for Annotat3D instances.
https://github.com/cnpem/launch3d
Last synced: 26 days ago
JSON representation
Launcher for Annotat3D instances.
- Host: GitHub
- URL: https://github.com/cnpem/launch3d
- Owner: cnpem
- License: gpl-3.0
- Created: 2024-05-28T16:48:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T17:59:41.000Z (5 months ago)
- Last Synced: 2024-08-21T14:38:04.573Z (5 months ago)
- Language: TypeScript
- Size: 325 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Annotat3D launcher
This is a simple launcher for the Annotat3D tool. It is meant to control user sessions
and to provide a simple interface to submit new Annotat3D jobs through the slurm scheduler.# Usage
The use of the running instance of this tool is restricted to CNPEM internal network.
One can access the tool by visiting the following URL:[https://annotat3d.lnls.br](https://annotat3d.lnls.br)
But you can also run this tool locally by building the docker image and running it, provided that
you have access to a similar infrastructure and properly configured the environment variables.
You can run the docker image with the following command:```bash
docker compose up --build
```# Development
This project was built using [Next.js](https://nextjs.org/).
## Installation
To install the project, you need to have Node.js installed. Then, you can run:
```bash
pnpm install
```## Running the development server
To run the development server, you can run:
```bash
pnpm dev
```This will start the development server on [http://localhost:3000](http://localhost:3000).
# License
This project is licensed under the GNU General Public License v3.0. You can find the full
license text in the [LICENSE](LICENSE) file.