merge: First tutorial + Example (#804)
## Changes: - /docs is now a Getting Started page with the first tutorial - basic-example added
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "npm run mddb && next build",
|
||||
"build": "next build",
|
||||
"prebuild": "npm run mddb && node ./scripts/fix-symlinks.mjs",
|
||||
"start": "next start",
|
||||
"mddb": "mddb content"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user