Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.04 KB

we-care-you

Go

Documentations

Start with Docker

First, generate the database:

make

Second, build the docker image:

docker build . -t we-care-you

Then, run the container:

docker run -p 8080:8080 -v $PWD/data.db:/we-care-you/data.db we-care-you

Build from source

  • frontend
pnpm build
  • backend
go build .

About the project name

It's a meme, and just for fun :D.

who-cares

sh-cares