8000 GitHub - pierreavn/gemstone: 🎨 Customisable and 🌈 Colourful Theme for Redmine
[go: up one dir, main page]

Skip to content

🎨 Customisable and 🌈 Colourful Theme for Redmine

License

Notifications You must be signed in to change notification settings

pierreavn/gemstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemstone Redmine Theme

🎨 Customizable, free and open-source Redmine theme.
UI/UX by Tabler UI Kit

Configuration

Setup Readmine with Docker

docker network create redmine-network docker run --name redmine-db --network redmine-network -e POSTGRES_USER=redmine -e POSTGRES_PASSWORD=xxx -p 5432:5432 -d postgres docker run -d --name redmine --network redmine-network -p 3000:3000 -v ~/workspace/gemstone/dist:/usr/src/redmine/public/themes/tabler -e REDMINE_DB_POSTGRES=redmine-db -e REDMINE_DB_USERNAME=redmine -e REDMINE_DB_PASSWORD=xxx redmine

Sources

WebContainers: https://github.com/sveltejs/learn.svelte.dev
Start carver with VSCode Live Server:

0