-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4edda6b
commit cfc50a6
Showing
1 changed file
with
10 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,23 @@ | ||
# Docus Starter | ||
# DnD: Нож Дануолла | ||
|
||
Starter template for [Docus](https://docus.dev). | ||
Сайт с правидами для моей кампании. | ||
|
||
## Clone | ||
## Разработка | ||
|
||
Clone the repository (using `nuxi`): | ||
Установите зависимости: | ||
|
||
```bash | ||
npx nuxi init -t themes/docus | ||
npm install | ||
``` | ||
|
||
## Setup | ||
|
||
Install dependencies: | ||
|
||
```bash | ||
yarn install | ||
``` | ||
|
||
## Development | ||
|
||
```bash | ||
yarn dev | ||
``` | ||
|
||
## Edge Side Rendering | ||
|
||
Can be deployed to Vercel Functions, Netlify Functions, AWS, and most Node-compatible environments. | ||
|
||
Look at all the available presets [here](https://v3.nuxtjs.org/guide/deploy/presets). | ||
|
||
```bash | ||
yarn build | ||
``` | ||
|
||
## Static Generation | ||
|
||
Use the `generate` command to build your application. | ||
|
||
The HTML files will be generated in the .output/public directory and ready to be deployed to any static compatible hosting. | ||
|
||
```bash | ||
yarn generate | ||
``` | ||
|
||
## Preview build | ||
|
||
You might want to preview the result of your build locally, to do so, run the following command: | ||
Запустите сервер: | ||
|
||
```bash | ||
yarn preview | ||
npm run dev | ||
``` | ||
## Деплой | ||
При деплое на Github Pages создайте файл .nojekyll в корне проекта. | ||
|
||
--- | ||
|
||
For a detailed explanation of how things work, check out [Docus](https://docus.dev). | ||
Сделано на основе [Docus](https://docus.dev). |