Files
einundzwanzig.space/README.md
Dennis Reimann 0202e858e6 🎉 Initial setup
🎉 Initial setup

Setup deployment
2020-10-04 23:12:03 +02:00

27 lines
636 B
Markdown

# Einundzwanzig Podcast Website
Die offizielle [Einundzwanzig](https://einundzwanzig.space) website.
![Build](https://github.com/Einundzwanzig-Podcast/einundzwanzig.space/workflows/build/badge.svg)
## Content
The content can be edited via the JSON files in the [content directory](./content).
## Local build
[Node.js](https://nodejs.org/en/) is a prerequisite, the dependencies are managed via npm.
Once you have cloned this repo, you can setup the packages:
```bash
npm install
```
Create a build and rebuild on file change:
```bash
npm start
```
This will bring up the dev server on [localhost:3000](http://localhost:3000).