Skip to content

Commit 62f62db

Browse files
authored
Update README.md
1 parent 7618bc4 commit 62f62db

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
<p align = "center">
55
A homepage for <i>your</i> server.
66
<br/>
7-
<a href = "https://github.com/ajnart/homarr/deployments/activity_log?environment=Production" > <strong> Demo ↗️ </strong> </a> • <a href = "#install" > <strong> Install ➡️ </strong> </a>
7+
<a href = "https://github.com/ajnart/homarr/deployments/activity_log?environment=Production" > <strong> Demo ↗️ </strong> </a> • <a href = "#-installation" > <strong> Install ➡️ </strong> </a>
88
<br />
99
<br />
10-
<a href = "https://discord.gg/aCsmEV5RgA" > <img src="https://discordapp.com/api/guilds/972958686051962910/widget.png?style=shield" > </a>
10+
<p>
11+
Join the discord !
12+
<a href = "https://discord.gg/aCsmEV5RgA" > <img src="https://discordapp.com/api/guilds/972958686051962910/widget.png?style=shield" > </a>
13+
</p>
1114
</p>
1215
</p>
1316

@@ -64,19 +67,14 @@ _Requirements_:
6467
- [Git](https://git-scm.com/downloads)
6568
- [NodeJS](https://nodejs.org/en/) _(Latest or LTS)_
6669
- [Yarn](https://yarnpkg.com/)
67-
- Some web server
6870
6971
**Installing**
7072
7173
- Clone the GitHub repo: `git clone https://github.com/ajnart/homarr.git` & `cd homarr`
7274
- Install all dependencies: `yarn install`
73-
- Build the source: `yarn export`
74-
- Start a web server (Any web server will work):
75-
- _Examples:_
76-
- NodeJS serve: `npm i -g serve` or `yarn global add serve` & `serve ./out`
77-
- python http.server: `python -m http.server 7474 --directory out`
78-
79-
**[⤴️ Back to Top](#-table-of-contents)**
75+
- Build the source: `yarn build`
76+
- Start the NextJS web server: ``yarn start``
77+
- 📝Note: If you want to update the code in real time, launch with ``yarn dev``
8078

8179
# 💖 Contributing
8280
You can contribute by [Starting a discussion](https://github.com/ajnart/homarr/discussions), [Submitting Bugs](https://github.com/ajnart/homarr/issues/new), [Requesting Features](https://github.com/ajnart/homarr/issues/new), or [Making a pull request](https://github.com/ajnart/homarr/compare)!

0 commit comments

Comments
 (0)