Skip to content

patrik64/qlist

Repository files navigation

qlist

quick lists for you and your friends to share

link to deployed test version: https://qlist.vercel.app/

to run locally:

npm install 
npm run serve

and navigate to:

http://localhost:8080

to use with docker:

for development mode:

docker-compose up

in case you already have an image:

docker-compose up --build

open the browser and navigate to:

http://localhost:8080

for production mode:

docker build -t dockervue .

docker run -p 8080:80 dockervue

open the browser and navigate to:

http://localhost:8080

⚠️  Note

  • The application uses Google Firestore, so to run the application you'll need to create your own Firestore instance and provide the valid keys to src/firebase.qlist.js

About

quick lists for you and your friends to share

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published