Skip to content

Commit

Permalink
feat: added langingpage
Browse files Browse the repository at this point in the history
- profilepic, buttons, text
ref #5
  • Loading branch information
fratzinger committed Mar 14, 2020
1 parent 02c3c01 commit 82624e3
Show file tree
Hide file tree
Showing 10 changed files with 348 additions and 79 deletions.
10 changes: 9 additions & 1 deletion packages/client/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"plugins": ["@babel/plugin-syntax-dynamic-import"],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
[
"prismjs", {
"languages": ["javascript", "css", "html", "csharp"],
"plugins": ["line-numbers"],
"css": true
}]
],
"env": {
"test": {
"plugins": ["dynamic-import-node"],
Expand Down
Loading

0 comments on commit 82624e3

Please sign in to comment.