prisca-c / mind-reader

Website that allows users to play a mind reader game. The game is simple, one user have a word given and the other person have to guess the word using other words.
GNU Affero General Public License v3.0
0 stars 1 forks source link

[FEAT] : Makefile to init the project #5

Open prisca-c opened 5 days ago

prisca-c commented 5 days ago

[FEAT] : Makefile to init the project

Make project initiation more easy.

Description

Right now to initiate a project we put manually command into terminal (That's not awfull but we love easy to install project 😄 )

What would be cool is to have a Makefile which will init our project so it ready to use !

We want the installation step (check the README) to be run, but we also want database migration + seeder to run.

Don't add pnpm dev and pnpm jobs:run to Makefile's init .

And don't forget to update the README !

Suvendu-UI commented 5 days ago

pls assign me this issue

prisca-c commented 5 days ago

Sure ! 😄

Suvendu-UI commented 23 hours ago

hey @prisca-c pls review this pr