Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
foorschtbar committed Sep 3, 2024
1 parent 66ec30c commit f6ae5e5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Westwoodlabs Website
====================
# Westwoodlabs Website

Dieses Git-Repository enthält nur den Seiteninhalt der Westwoodlabs Website ([westwoodlabs.de](https://westwoodlabs.de/))
und *nicht* den Source Code des Themes. Das Theme ist als Git-Submodule eingebunden.
Expand Down Expand Up @@ -37,3 +36,12 @@ hexo server
git pull -r
git submodule update
```

## Devcontainer
Dieses Repository enthält eine [Devcontainer](https://code.visualstudio.com/docs/remote/containers) Konfiguration für Visual Studio Code. Verzeichnis mit Visual Studio Code öffnen und die Devcontainer Erweiterung installieren. Danach kann die Devcontainer Konfiguration ausgewählt werden und die Entwicklungsumgebung wird automatisch eingerichtet. Nach dem Starten des Containers folgende Befehle ausführen:

```sh
git submodule update --init
npm install
hexo server
```

0 comments on commit f6ae5e5

Please sign in to comment.