2024-05-23 20:57:10 -04:00
2024-05-21 22:38:17 -04:00
2024-05-21 23:09:31 -04:00
2024-05-23 14:32:21 -04:00
2024-05-21 22:35:37 -04:00
2024-05-21 22:32:11 -04:00
2024-05-21 23:04:57 -04:00
2024-05-23 14:32:21 -04:00
2024-05-23 14:32:21 -04:00
2024-05-23 14:32:21 -04:00
2024-05-23 20:57:10 -04:00
2024-05-21 23:04:57 -04:00
2024-05-21 23:04:57 -04:00

Neroshitron

image image image

Development

Documentation For Initial Project Setup

Running With Docker

  1. Open your terminal and navigate to the root of the git repository.
  2. Make sure that docker and docker compose are installed.
  3. Run docker-compose --env-file ./docker.env up which will start up OwnCast, AppWrite, and the UI.

OwnCast

http://localhost:8080/ Configuration is done through the Owncast administration page located on your server under /admin. The login username is admin and the password is your stream key, the default being abc123.

AppWrite

http://localhost:80/ You will need to register and sign up, the first account on the appwrite instance will be the admin account.çConfiguration is done through the Owncast administration page located on your server under /admin. The login username is admin and the password is your stream key, the default being abc123.

UI

http://localhost:3000

Running Without Docker

  1. Open your terminal and navigate to the root folder of the git repository.
  2. Run the command npm update.
  3. Once the depedencies are pulled and installed you can run the command npm run dev to run the application in development mode.
  4. Open http://localhost:3000/
Description
Prototyping for art sas platform #2
Readme 64 MiB
Languages
TypeScript 96.6%
JavaScript 1.5%
CSS 1.5%
Dockerfile 0.4%