Skip to content

Commit

Permalink
Обновлён README
Browse files Browse the repository at this point in the history
  • Loading branch information
intredford committed Jul 30, 2023
1 parent 4edda6b commit cfc50a6
Showing 1 changed file with 10 additions and 44 deletions.
54 changes: 10 additions & 44 deletions README.md
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).

0 comments on commit cfc50a6

Please sign in to comment.