RenatoLomba / github-blog-ignite

React Typescript Vite application of blog that lists posts as issues of a github repository and show them to users.
https://github-blog-ignite.vercel.app
0 stars 0 forks source link

Github Blog Ignite

React Typescript Vite application of blog that lists posts as issues of a github repository and show them to users.

⚙️ How to run

git clone <repo> // clone the repo
npm install // install dependencies

Create a file .env.local at the root of the project with the props:

VITE_USERNAME= // your github username for requests
VITE_GITHUBREPO= // your github repo name to list issues as posts

Then run:

npm run dev // execute application in development mode

Thanks