Skip to content

rojul/snip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snip

Setup

# build the frontend
git clone https://github.com/rojul/snip-web.git
cd snip-web
make docker-build
cd ..

git clone https://github.com/rojul/snip.git
cd snip
# generate languages.json
make tool
# build and start the backend
make

# build only the Ash image
make runner-build image-build-ash
# or build all images
make runner-build image-build

Releases

No releases published

Packages

No packages published