You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> NOTE: For now, it's important that they're in the same folder for `book` to find the doc files.
27
+
> NOTE: For now, it's important that they're in the same folder for `scrapi-book` to find the doc files.
28
28
> Later, there will be an option to specify the local directory or remote repo of scrapiyard.
29
29
30
+
- Navigate into book: `cd scrapi-book`
30
31
- Install dependencies: `npm i`
31
32
- Run any of the following:
32
33
-`npm run book:preview` for a basic preview
33
34
-`npm run book:dev` to start a dev server on `http://localhost:5173/scrapi-book/`
34
35
that hot-reloads when files are edited (this does not include editing the yaml files in scrapiyard).
35
-
-`npm run book:build` to create all the website files. They will be under `/docs/.vitepress/dist`.
36
+
-`npm run book:build` to generate all the website files. This will take more time than `preview` or `dev`. The output will be under `/docs/.vitepress/dist`.
0 commit comments