This can be done in two ways, either by forking/cloning the repo or by using this template to create a remix app
- Fork this repository
- Clone
starter-codebranch from the forked repository
git clone -b starter-code https://github.com/<your-username>/dnd-blog.gitnpx create-remix@latest --template https://github.com/GDSCSRM/dnd-blog/tree/starter-code dnd-blog
cd dnd-blognpm installMake sure to include .env file in the root directory with DATABASE_URL before running the following command.
Alternatively you can copy the .env.example
cp .env.example .envnpm run db:migratenpm run db:seednpm run dev