π DevMind is a social media platform for developers π» to share their ideas and thoughts with developers all over the world π
First install the server dependency,
make setup-server-libs
Now to run server, first add Environment Variables
by creating a new .env
file in server
folder and add the contents following .env.example
Once you have added correct credentials, start the server
make run-server
To get auto reload, start the dev server,
make run-server-dev
Now to run Client UI, First install the client dependency,
make setup-ui-libs
Now to run client, first add Environment Variables
by creating a new .env
file in client
folder and add the contents following .env.example
Once you have added correct credentials, start the client
make run-ui
To build client ui,
make build-ui
If you want to use docker,
docker-compose up --build