Skip to content

reddi32/redlabpc-6cf99

Repository files navigation

A New Netlify Create Project

Welcome to your new project created with Netlify Create!

Here are a few useful tips & links:

Set up

  1. If you haven't yet transferred this project to your GitHub account, click on the Gear icon in the visual editor to open Project Settings and start the transfer. Learn More.
  2. Once the repository is in your account, the Project Settings window will show you the commands to run for setting up your local environment. Learn More.

Develop with Stackbit Locally

To spin up local dev, run:

  1. In terminal 1: git clone >> npm install >> Add the Cntfl tokens to the .env file >> npm run dev
  2. In terminal 2: sudo npm i -g @stackbit/cli
stackbit dev

Learn the basics

  1. It's a good idea to go through our Getting Started tutorial. It will give you a small taste of component development as well, and links for further reading.
  2. To go deeper into how things work, head to the Conceptual Guides.
  3. For more concise, practical information see the How-to Guides.

Get answers

Join us Netlify answers for community support.

Building for production 🏗

To build a static site for production, run the following command

npm run build

The generated site will be written to the .next folder. The contents of this folder can be deployed by a serverless deployment platform such as Netlify. You can test the production build by running npm run build && npm run start.

Learn More 📚

To learn more about Stackbit, take a look at the following resources:

To learn more about Next.js, take a look at the following resources:

To learn more about Netlify, take a look at the following resources: