Spaces:
Runtime error
Runtime error
docs: renamed some headlines
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title: Next.js on
|
| 3 |
-
emoji: "
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
|
@@ -14,16 +14,16 @@ This starter can be used to run [Next.js](https://nextjs.org/) using [Docker](ht
|
|
| 14 |
|
| 15 |
<!-- toc -->
|
| 16 |
|
| 17 |
-
- [
|
| 18 |
- [Use the Docker container locally](#use-the-docker-container-locally)
|
| 19 |
- [Dockerize an existing project](#dockerize-an-existing-project)
|
| 20 |
-
- [Manage your Space via GitHub](#manage-your-space-via-github)
|
| 21 |
|
| 22 |
<!-- tocstop -->
|
| 23 |
|
| 24 |
---
|
| 25 |
|
| 26 |
-
##
|
| 27 |
|
| 28 |
1. Install the dependencies: `npm i`
|
| 29 |
2. Start the local dev-server: `npm run dev`
|
|
@@ -53,7 +53,7 @@ module.exports = {
|
|
| 53 |
|
| 54 |
This will build the project as a standalone app inside the Docker image.
|
| 55 |
|
| 56 |
-
## Manage your Space via GitHub
|
| 57 |
|
| 58 |
If you want to use all the features for collaborative development on GitHub, but keep your demo on Spaces, then you can set up a GitHub action that will automatically push changes from GitHub into Spaces.
|
| 59 |
|
|
@@ -70,3 +70,4 @@ This should force push changes in the **main** branch from GitHub into your π€
|
|
| 70 |
|
| 71 |
For further information, you can check out the [guide on Hugging Face](https://huggingface.co/docs/hub/spaces-github-actions).
|
| 72 |
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "Next.js on \U0001F917 Spaces"
|
| 3 |
+
emoji: "π³π€"
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
|
|
|
| 14 |
|
| 15 |
<!-- toc -->
|
| 16 |
|
| 17 |
+
- [Local development](#local-development)
|
| 18 |
- [Use the Docker container locally](#use-the-docker-container-locally)
|
| 19 |
- [Dockerize an existing project](#dockerize-an-existing-project)
|
| 20 |
+
- [Manage your π€ Space via GitHub](#manage-your-%F0%9F%A4%97-space-via-github)
|
| 21 |
|
| 22 |
<!-- tocstop -->
|
| 23 |
|
| 24 |
---
|
| 25 |
|
| 26 |
+
## Local development
|
| 27 |
|
| 28 |
1. Install the dependencies: `npm i`
|
| 29 |
2. Start the local dev-server: `npm run dev`
|
|
|
|
| 53 |
|
| 54 |
This will build the project as a standalone app inside the Docker image.
|
| 55 |
|
| 56 |
+
## Manage your π€ Space via GitHub
|
| 57 |
|
| 58 |
If you want to use all the features for collaborative development on GitHub, but keep your demo on Spaces, then you can set up a GitHub action that will automatically push changes from GitHub into Spaces.
|
| 59 |
|
|
|
|
| 70 |
|
| 71 |
For further information, you can check out the [guide on Hugging Face](https://huggingface.co/docs/hub/spaces-github-actions).
|
| 72 |
|
| 73 |
+
|