Skip to content

RainbowDashy/we-care-you

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published