| 
				
					
						
							 
				
	
				Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s
				
					Details
				
			 
		
	 | 
			||
|---|---|---|
| .. | ||
| contractArtifacts | ||
| scripts | ||
| src | ||
| .env.example | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .mocharc.js | ||
| Dockerfile | ||
| README.md | ||
| contract-addresses.json | ||
| docker-compose.yaml | ||
| package-lock.json | ||
| package.json | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Setup
- 
Prepare the environment variables
cp .env.example .env - 
Install packages so that we can run the login script (next command)
npm install - 
Run the login script
npm run login - 
Edit
.envto include theMATRIX_AUTH_TOKENoutput from the previous command - 
Build and start the docker container
docker compose up -d --build