diff --git a/README.md b/README.md index 48ee655ac5..c34e1df0a0 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,10 @@ 📝⚡️ Transform your document (문서) to a website # Disclaimer: -This is still a *WORK IN PROGRESS* (prototype static site generator). Expect lot of bugs :) - -# Introduction -- Each page generated is own pre-rendered static HTML. -- Once the page is loaded, ReactDOM takes over the static content and turns it into a full Single-Page Application (SPA). - -# Current -- Generate page for `.md` files on `docs` -- Generate page for `.js` React files on `website/pages` +This is still a *WORK IN PROGRESS*. Expect lot of bugs :) # Quick Start -Install with `yarn`. Check all available commands with: - -``` -yarn munseo --help -``` - ## Development Server ```bash @@ -30,5 +16,4 @@ yarn start # open http://localhost:3000/ ```bash yarn build # check website/build -``` - +``` \ No newline at end of file diff --git a/package.json b/package.json index cb69e0c103..1137b509b4 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "scripts": { "munseo": "node bin/munseo", - "start": "yarn munseo start website", - "build": "yarn munseo build website", + "start": "node bin/munseo start website", + "build": "node bin/munseo build website", "prettier": "prettier --config .prettierrc --write \"lib/**/*.js\" \"bin/**/*.js\" \"test/**/*.js\"", "lint": "eslint --cache \"lib/**/*.js\" \"bin/**/*.js\" \"test/**/*.js\"", "test": "jest" @@ -69,7 +69,7 @@ "static-site-generator-webpack-plugin": "^3.4.1", "webpack": "^4.16.3", "webpack-chain": "^4.8.0", - "webpack-nicelog": "^2.0.0", + "webpack-nicelog": "^2.1.0", "webpack-serve": "^2.0.2" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 2252a088cf..16a0255278 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6799,9 +6799,9 @@ webpack-log@^1.0.1, webpack-log@^1.1.1, webpack-log@^1.1.2, webpack-log@^1.2.0: loglevelnext "^1.0.1" uuid "^3.1.0" -webpack-nicelog@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/webpack-nicelog/-/webpack-nicelog-2.0.0.tgz#7e4d68c54e7bd82adf19fde1eb3d43e767eea887" +webpack-nicelog@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/webpack-nicelog/-/webpack-nicelog-2.1.0.tgz#fb8d89ec1976d36122e8d407bf318eb38c094155" dependencies: chalk "^2.4.1" react-dev-utils "^5.0.1"