mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: installation guide updated for docker only
This commit is contained in:
parent
be3b9d7f5d
commit
5d0db5e07b
1 changed files with 3 additions and 18 deletions
21
README.md
21
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Werkzeugkiste
|
# Werkzeugkiste
|
||||||
|
|
||||||
**Werkzeugkiste** is a Next.js-based website that offers a collection of useful digital tools and converters.
|
**Werkzeugkiste** is a website that offers a collection of useful digital tools and converters.
|
||||||
This platform is designed to provide users with a simple and efficient way to handle various tasks, such as converting
|
This platform is designed to provide users with a simple and efficient way to handle various tasks, such as converting
|
||||||
files, generate content, or using other handy digital utilities. This page is made by two persons and privacy-focused.
|
files, generate content, or using other handy digital utilities. This page is made by two persons and privacy-focused.
|
||||||
|
|
||||||
|
|
@ -33,30 +33,15 @@ To install and run the project locally, follow these steps:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/theoleuthardt/werkzeugkiste.git
|
git clone https://github.com/theoleuthardt/werkzeugkiste.git
|
||||||
cd werkzeugkiste
|
cd werkzeugkiste
|
||||||
|
|
||||||
```
|
|
||||||
2. **Install the dependencies**:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Start the website locally with npm**:
|
2. **Start the website with docker compose**:
|
||||||
```bash
|
|
||||||
npm run start
|
|
||||||
```
|
|
||||||
|
|
||||||
**or**
|
|
||||||
|
|
||||||
3. **Start the website with docker compose**:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
3. **Open** [http://localhost:3000](http://localhost:3000) in your browser to see the website.
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue