Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

sambuite/study-ignews

Repository files navigation

Ig.News | NextJs Blog

sambuite`s linkedIn

📷 Demo


🔨 Tools/Technologies

This front-end features the latest tools and practices in web development!

  • React — A library to build user interfaces
  • NextJS — A React Framework (SSR and SSG)
  • next-auth — Authentication for Next.js
  • Typescript — A Javascript superset
  • SASS — CSS extension languague
  • Stripe — Payments infrastructure
  • FaunaDB — Database / Data API for modern applications
  • Prismic CMS — A Headless CMS
  • Jest — Testing library

💻 Installation

Step by step to run the application on your machine:

Clone this repository:

  git clone https://github.com/sambuite/ignews.git

  cd ignews

Run the following scripts (You will need npm or yarn and Stripe CLI installed) :

  // Install the dependencies
  npm install

  // Listen to webhooks events
  stripe listen --forward-to localhost:3000/api/webhooks

  // Start the application
  npm dev

or if you use yarn

  // Install the dependencies
  yarn

  // Listen to webhooks events
  stripe listen --forward-to localhost:3000/api/webhooks

  // Start the application
  yarn dev


Developed by Murilo Sambuite at Rocketseat Ignite.


Back to top