Skip to content

CodendDev/CodendRemix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CodendRemix

This repository is a submodule of the main application. You can find the main application at https://github.com/CodendDev/Codendapp.

Run application

Docker Compose

Clone repository

git clone https://github.com/CodendDev/CodendRemix codendui
cd codendui

Start the application

docker compose --env-file .env.docker up

Access the application

Visit http://127.0.0.1:3000 in your browser.

Development

There are two possible ways to start the application:

Preferred way is to dockerize only dependencies. If you decide to use the other way around you will have to manually refresh the page after editing components.

Run whole application inside docker containers

docker compose -f docker-compose.development.yml --env-file .env.docker up 

Run only dependencies inside docker and start application on local environment

docker compose -f docker-compose.dependencies.yml --env-file .env.docker up -d
npm install
npm run dev

Access the application after start

Visit http://127.0.0.1:3000 in your browser.

You have also the access to api server at http://127.0.0.1:8080

Credits

About

UI project

Resources

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.avatars
CC-BY-4.0
LICENSE.background

Stars

Watchers

Forks

Languages