Skip to content

fzn0x/anyconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyConvert Website of fzn0x.rocks

The website targets the latest version of Chrome, Safari, and Firefox.

Setup Docker

# build image
docker build  -f ./Dockerfile . -t remix/run

# run container
docker run -d --name remix-server -p 3000:3000 remix/run