fonseca-leonardo / skipper-gram-frontend

An open source project to help people write Instagram posts

Home Page:https://skipper.drenapps.com.br

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install

First you need to clone the repository using Git.

git clone https://github.com/fonseca-leonardo/skipper-gram-api.git

After cloning, now you have to install the dependencies with npm or yarn.

# with npm
npm install
# or with yarn
yarn install

Start Skipper Gram

After the installation process you need to create the .env file to set the environment variables, you can use the .env.example and complete the variables values.

REACT_APP_API_URL=

With the .env created you can start with npm or yarn:

#with npm
npm start

# with yarn
yarn start

and enjoy 😁

About

An open source project to help people write Instagram posts

https://skipper.drenapps.com.br


Languages

Language:TypeScript 99.4%Language:HTML 0.6%Language:Shell 0.0%