Skip to content

federated-research/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

255 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Federated Research Documentation

This repository contains documentation for Federated Research, visit the documentation website to see it.

Developer

To run locally:

npm i --prefix website

then,

npm run dev --prefix website

To run locally using Docker:

  • docker build -t fedadoc .
  • docker run -p 3000:3000 -v ./website/pages:/app/pages -v ./website/public:/app/public fedadoc or:
  • docker run -d -p 3000:3000 -v ./website/pages:/app/pages -v ./website/public:/app/public --cidfile fedadoc_id.txt fedadoc and to shutdown the container afterwards:
  • docker container stop $(cat fedadoc_id.txt) && rm fedadoc_id.txt

To access locally hosted webpages use the address localhost:3000.

To add/edit content, do so with Markdown files in website/pages/...


To run with Github Codespaces:

Open in GitHub Codespaces

About

Documentation site

Resources

License

Stars

Watchers

Forks

Contributors 13