Skip to content

athenarc/graspos-infra

This branch is 17 commits ahead of, 38 commits behind redis-developer/redis-developer.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bafc86f · Jan 16, 2025
Jun 8, 2022
Jan 16, 2025
Jun 15, 2022
Oct 31, 2024
Jan 25, 2024
Jun 17, 2022
Jun 17, 2022
Nov 8, 2021
Jun 8, 2022
Jun 17, 2022
Jun 17, 2022
Dec 22, 2023
Dec 31, 2020
Jan 12, 2021
Jan 16, 2025
Mar 9, 2021
May 10, 2021
Oct 31, 2024
Oct 31, 2024
Jan 16, 2025
Nov 10, 2022

Repository files navigation

GraspOS Infrastructure Website Documentation

This website is built using Docusaurus 2; please check here the requirements to run the project.

Local installation and development

From https://docusaurus.io/docs/installation#requirements

Node.js version 16.14 or above (which can be checked by running node -v)

Clone the repository:

git clone https://github.com/athenarc/graspos-infra.git

NOTE: please use git branches for introducing new changes.

Install the required packages:

npm install

Start a local development server (opens in a new browser window).

npm run start

NOTE: most changes are reflected live without having to restart the server.

Before issuing a Pull Request, please ensure that the following command runs successfully:

npm run build

NOTE: This command generates the static content into the build directory. Then this output directory is issued to deploy the documentation website.

Deployment using Docker

Development

Build docker container for development and run on port 3000:

docker build --target development -t docs:dev .
sudo docker run -d -p 3000:3000 docs:dev

Production

Build docker container for production and run on port 80:

docker build -t docs:latest .
docker run -d -p 80:80 docs:latest

About

The main page of GraspOS infra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.4%
  • SCSS 18.5%
  • JavaScript 15.4%
  • CSS 2.7%