Skip to content

sam-coffey/eth-docker-docs

This branch is 2 commits ahead of, 254 commits behind eth-educators/eth-docker-docs:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 5, 2021
Apr 3, 2023
May 12, 2021
Jan 19, 2021
Jan 19, 2021
May 30, 2021
Jan 22, 2021
Nov 22, 2022
Jun 5, 2021
Jun 5, 2021
Jan 19, 2021
Jan 19, 2021

Repository files navigation

eth-docker Documentation Portal

This repository houses all the documentation pertaining to the eth-docker tool. It is generated with Docusaurus.

Below are steps for initialising and reproducing this portal for development.

Dependencies

  1. The latest version of Node installed.

  2. The latest version of Yarn installed. (Optional, but recommended)

    You have to be on Node >= 8.x and Yarn >= 1.5.

Installation

  1. Clone this repository.
  2. Enter the newly cloned repo and enter the website directory.
  3. Issue the command npm install
  4. Wait for the installation process to complete.

Running the development server

  1. From within the website directory, run the local web server using yarn start or npm start.

  2. Load the example site at http://localhost:3000 if it did not already open automatically. If port 3000 has already been taken, another port will be used. Look at the console messages to see which.

    You should see the example site loaded in your web browser. There's also a LiveReload server running, and any changes made to the docs and files in the website directory will cause the page to refresh.

Building Static HTML Pages

To create a static build of the documentation portal, run the following script from the website directory:

yarn run build # or `npm run build`

This will generate a build subdirectory within the website directory, containing the .html files from all of the docs and other files included in pages.

About

eth2-educators/eth2-docker-docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • CSS 19.4%
  • Dockerfile 7.1%