You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Next.js on 🤗 Spaces
3
-
emoji: "\U0001F433\U0001F918"
2
+
title: "Next.js on \U0001F917 Spaces"
3
+
emoji: "🐳🤗"
4
4
colorFrom: blue
5
5
colorTo: yellow
6
6
sdk: docker
@@ -14,16 +14,16 @@ This starter can be used to run [Next.js](https://nextjs.org/) using [Docker](ht
14
14
15
15
<!-- toc -->
16
16
17
-
-[Development](#development)
17
+
-[Local development](#local-development)
18
18
-[Use the Docker container locally](#use-the-docker-container-locally)
19
19
-[Dockerize an existing project](#dockerize-an-existing-project)
20
-
-[Manage your Space via GitHub](#manage-your-space-via-github)
20
+
-[Manage your 🤗 Space via GitHub](#manage-your-%F0%9F%A4%97-space-via-github)
21
21
22
22
<!-- tocstop -->
23
23
24
24
---
25
25
26
-
## Development
26
+
## Local development
27
27
28
28
1. Install the dependencies: `npm i`
29
29
2. Start the local dev-server: `npm run dev`
@@ -53,7 +53,7 @@ module.exports = {
53
53
54
54
This will build the project as a standalone app inside the Docker image.
55
55
56
-
## Manage your Space via GitHub
56
+
## Manage your 🤗 Space via GitHub
57
57
58
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
59
@@ -70,3 +70,4 @@ This should force push changes in the **main** branch from GitHub into your 🤗
70
70
71
71
For further information, you can check out the [guide on Hugging Face](https://huggingface.co/docs/hub/spaces-github-actions).
0 commit comments