This repository contains the source code for the Radius website, available at https://radapp.io.
-
Install dependencies
- Node.js (see
.node-versionfor the expected version)
- Node.js (see
-
Clone the repository
git clone https://github.com/radius-project/website.git cd website -
Install npm packages (this also installs the pinned Hugo extended binary)
npm install
-
Run the development server
npm run start
To include draft and future-dated content, use
npm run start:draftsinstead. -
Open a browser to http://localhost:1313
Please refer to our Radius Community Code of Conduct