Your versatile and self-hosted digital companion that provides you with a selection of the best online tools right at your fingertips. With Taco, you can create a customized environment to manage a wide range of digital tasks without the need to rely on external services.
-
Clone this repository.
git clone https://www.github.com/albertoboccolini/taco
-
Go to the repo folder.
cd taco
-
Start taco with npm in detached mode on port 4000:
npm run taco
-
Open http://localhost:4000 with your browser to use taco.
docker run -d -p 4000:4000 albertoboccolini/taco:latest
- Clone this repository.
git clone https://www.github.com/albertoboccolini/taco
- Go to the repo folder.
cd taco
- Make some changes.
- Run the following command (where x.y.z should match the taco version in the package.json).
docker build -t albertoboccolini/taco:x.y.z .
- Spin a container using the new build and verify that taco works properly.
- Push the docker image just built to docker hub with
docker push albertoboccolini/taco:x.y.z
- See Contributing Guidelines and start contribute to taco.
- Clone this repository.
git clone https://www.github.com/albertoboccolini/taco
- Go to the repo folder.
cd taco
- Run Cypress and do some tests.
npm run cypress:open
created by albertoboccolini.