Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 709 Bytes

File metadata and controls

36 lines (23 loc) · 709 Bytes

Typerite

Typerite simple Microblogging app

How to run

Please follow the below instructions to run this project in your machine:

I provided env file also

Installation

if you have already nodejs you can ignore it, other ways nodejs to install now.

Use the package manager yarn to install yarn. after that run below the command

yarn install

Set ENV file

before running the dev command we need to set .env file in our project root dir and follow below the syntax to set it into .env file.

DB_URL=database url
KEY=JWT secret key

Run Dev

open CLI then type follow below instructions to run.

yarn dev