Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 661 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 661 Bytes

mor

Frontend for soğan sözlük project.

Setting up the project

First, you need arpacik up and running.

Then, you need to clone this repository and install the dependencies.

git clone https://github.com/sogan-sozluk/mor
cd mor
nvm use # This will use the correct node version
yarn

You need to create a .env file in the root of the project. You can copy the example.env file and fill in the necessary values.

PUBLIC_API_URL=http://localhost:8099/api/v1 # This is the url of the arpacik api

Finally, you can start the project with the following command:

yarn dev