Skip to content

Commit

Permalink
Merge pull request #747 from ethereum-optimism/willc/preview
Browse files Browse the repository at this point in the history
feat: Add preview mode
  • Loading branch information
roninjin10 authored Jun 6, 2023
2 parents 778a8ef + 82f0b58 commit f0b5b57
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"main": "index.js",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
"build": "vuepress build src",
"preview": "yarn build && serve -s src/.vuepress/dist -p 8080"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-pwa": "^1.9.7",
"serve": "^14.2.0",
"vuepress": "^1.8.2",
"vuepress-plugin-plausible-analytics": "^0.2.1",
"vuepress-theme-hope": "^1.22.0"
Expand Down
Loading

0 comments on commit f0b5b57

Please sign in to comment.