Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 475 Bytes

File metadata and controls

26 lines (17 loc) · 475 Bytes

FAST-Docs

This repository provides a comprehensive overview of the tech stack, tools, and applications used within the company, in order to set a standard for everyone.

Local Installation and Testing

The only requirement is having Node.js installed.

  1. Clone the repository locally
git clone git@github.com:FAST-Computing/fast-docs.git
cd fast-docs
  1. Install Node modules
npm ci
  1. See local live changes
npm run docs:dev