Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reddi32/redlabpc-6cf99
Made by Netlify Create
https://github.com/reddi32/redlabpc-6cf99
composable headless jamstack netlify ssg
Last synced: 25 days ago
JSON representation
Made by Netlify Create
- Host: GitHub
- URL: https://github.com/reddi32/redlabpc-6cf99
- Owner: reddi32
- Created: 2024-03-29T14:26:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-02T10:06:56.000Z (7 months ago)
- Last Synced: 2024-09-29T14:01:25.945Z (about 1 month ago)
- Topics: composable, headless, jamstack, netlify, ssg
- Language: TypeScript
- Homepage: https://netlify.com
- Size: 5.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://docs.netlify.com/create/guides/transfer-repo/).
1. 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](https://docs.netlify.com/create/features/local-development).## 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](https://docs.netlify.com/create/getting-started/). It will give you a small taste of component development as well, and links for further reading.
1. To go deeper into how things work, head to the [Conceptual Guides](https://docs.netlify.com/create/concepts).
1. For more concise, practical information see the [How-to Guides](https://docs.netlify.com/create/guides).## Get answers
[Join us Netlify answers](https://answers.netlify.com/) for community support.
## Building for production 🏗
To build a static site for production, run the following command
```shell
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](https://www.netlify.com). 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:
- [Netlify Create Documentation](https://docs.netlify.com/create/overview)
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.To learn more about Netlify, take a look at the following resources:
- [Netlify Docs](https://docs.netlify.com/)