Go to file
2023-07-25 12:17:45 +03:00
.trunk Initial 2023-07-24 23:46:18 +03:00
.vscode Initial 2023-07-24 23:46:18 +03:00
docs new format 2023-07-25 12:17:45 +03:00
src new format 2023-07-25 12:17:45 +03:00
static new format 2023-07-25 12:17:45 +03:00
.gitattributes Initial 2023-07-24 23:46:18 +03:00
.gitignore Initial 2023-07-24 23:46:18 +03:00
config.toml Initial 2023-07-24 23:46:18 +03:00
docker-compose.yml fix 2023-07-25 00:06:14 +03:00
docusaurus.config.js new format 2023-07-25 12:17:45 +03:00
LICENSE Initial 2023-07-24 23:46:18 +03:00
package.json new format 2023-07-25 12:17:45 +03:00
pnpm-lock.yaml new format 2023-07-25 12:17:45 +03:00
README.md Initial 2023-07-24 23:46:18 +03:00
sidebars.js Initial 2023-07-24 23:46:18 +03:00
tailwind.config.ts new format 2023-07-25 12:17:45 +03:00
tsconfig.json Initial 2023-07-24 23:46:18 +03:00

network

Overview

Website and documentation source for the Dead Network project.

Development & Building

nodejs is required in your dev. environment. The method for installing nodejs depends on your operating system. This software is built using Docusaurus.

Go to the root directory of your repository and install dependencies:

pnpm install

Build the project with the following command

pnpm build

Start a local dev. instance with the following command

pnpm start