KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
softwerkerkonf
★ 8
Open GitHub ↗
Landing Page for SoftwerkerKonf 2020
Download README (.md)
Explore Similar Repositories
discord-botlist
:
Bots of discord
NgChat
:
This is repository for the Qiita project
DeepCoDA
:
Deep learning for personalized interpretability for compositional health data
Unbiased
:
A Multi-perspective Covid-19-related International News App
symfony-object-request-validation
:
using the validation implementation idea from laravel framework and implement it into Symfony
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
softwerkerkonf
?
Download (.md)
# SoftwerkerKonf 2020 Dies sind die Quellen von [codecentric.github.io/softwerkerkonf](https://codecentric.github.io/softwerkerkonf/). PRs sind offen! ## Anpassungen Die Startseite wird in [index.md](index.md) zusammengestellt. Die Abschnitte werden in [einzelnen Dateien](_parts) gepflegt, damit sie einfach austausch- und umsortierbar sind. Das Deployment findet von GitHub Pages automatisch statt -- jeder Push (auf `master`) ein Release! ## Lokales Testen Mit Installation von Jekyll: ```bash jekyll serve --watch --force_polling -H 0.0.0.0 -P 4000 ``` Oder ohne, dafür mit Docker: ```bash docker run -it --rm \ -v "$PWD":/srv/jekyll \ -p "4000:4000" \ jekyll/jekyll \ jekyll serve --watch --force_polling -H 0.0.0.0 -P 4000 ```