Frontend for soğan sözlük 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
yarnYou 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 apiFinally, you can start the project with the following command:
yarn dev