Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 518 Bytes

File metadata and controls

21 lines (13 loc) · 518 Bytes

BookSpace Website community

How to contribute

clone this repository git clone https://github.com/Shabbyrox/BookSpace.git in your local folder cd BookSpace

Run the following commands to install required dependencies

  • npx generate prisma
  • pnpm install
  • pnpm install tailwindcss

if you get npm errors, chances are that the dependencies might already be installed.

How to run

Change into your BookSpace folder, cd BookSpace npm run dev

Now you can go to your local link and it works.