Skip to content

docusealco/docuseal-embed-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting environment variables

cd client && cp .env.sample .env && cd .. && cd server && cp .env.sample .env && cd .. && cp .env.sample .env

Run the client in the development mode

cd client && yarn start

Run the server in the development mode

cd server && yarn start

Run Docker image locally

docker run --env-file .env -p 3000:3000 docuseal-embed-app