mirror of
				https://github.com/D4M13N-D3V/neroshitron.git
				synced 2025-10-31 09:35:34 +00:00 
			
		
		
		
	Neroshitron
Development
Documentation For Initial Project Setup
Running Backend
- Open your terminal and navigate to the root of the git repository.
- Make sure that docker and docker compose are installed.
- Run docker-compose --env-file ./docker.env upwhich will start up OwnCast, AppWrite, and the UI.
MailDev
http://localhost:1080 This is where all mail being sent shows up from the application for developers.
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.
Supabase
http://localhost:8000/ 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.
Running UI
- Open your terminal and navigate to the root folder of the git repository.
- Run the command npm update.
- Once the depedencies are pulled and installed you can run the command npm run devto run the application in development mode.
- Open http://localhost:3000/
Description
				
					Languages
				
				
								
								
									TypeScript
								
								96.6%
							
						
							
								
								
									JavaScript
								
								1.5%
							
						
							
								
								
									CSS
								
								1.5%
							
						
							
								
								
									Dockerfile
								
								0.4%