-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
nekiro edited this page Jan 31, 2022
·
14 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
- Install app of your choice and create new database, import schema.sql from tfs schema
- Additionally import schema.sql located in root of this project.
- Set up .env file to use your database credentials and you are good to go.
First clone repository:
git clone https://github.com/nekiro/shibaac.git
Install dependencies:
cd shibaac
npm i
Adjust .env located at root of the project and then run local development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
Too early for that :)