Skip to content
/ ignews Public

Project made with NextJS without backend, using the concepts of JAMStack.

Notifications You must be signed in to change notification settings

kieis/ignews

Repository files navigation

Project made with NextJS without backend using the concepts of JAMStack.

Subscription is performed with the stripe api and saved in faunadb along with the github email, the content is loaded from the prismic CMS only for those who have an active subscription.

Technologys

Running

It's necessary to configure the environment variables of stripe, faunadb, github and prismic cms.

Terminal:

# Installing dependencies:
npm install
  
# Running as Dev:
npm run dev
  
# Installing SliceMachine:
npx @slicemachine/init --repository [your_prismic_repo_name]        //Loggin will be necessary

# Running Slice UI:
npm run slicemachine                                                //Create custom fields here

Demonstration