Go to file
2023-07-24 23:46:18 +03:00
.trunk Initial 2023-07-24 23:46:18 +03:00
.vscode Initial 2023-07-24 23:46:18 +03:00
docs Initial 2023-07-24 23:46:18 +03:00
src Initial 2023-07-24 23:46:18 +03:00
static Initial 2023-07-24 23:46:18 +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 Initial 2023-07-24 23:46:18 +03:00
docusaurus.config.js Initial 2023-07-24 23:46:18 +03:00
LICENSE Initial 2023-07-24 23:46:18 +03:00
package.json Initial 2023-07-24 23:46:18 +03:00
pnpm-lock.yaml Initial 2023-07-24 23:46:18 +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 Initial 2023-07-24 23:46:18 +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