-
-
Notifications
You must be signed in to change notification settings - Fork 2
Development
Marcin Jałocha edited this page Nov 23, 2024
·
4 revisions
In order to use the website with full features, you need to set up database server.
To do so, you have two options:
Steps to configure this project with one of the apps from above
- Set up .env file to use your database credentials (connection string)
Navigate to shibaac project directory and execute following commands to set up database:
npx prisma db push
Seed the database (OPTIONAL)
npx prisma db seed
First clone repository:
git clone https://github.com/nekiro/shibaac.git
Download Node.js https://nodejs.org/en/download/
Install dependencies:
cd shibaac
npm i
Adjust .env located at root of the project and then run local development server
npm run dev