Skip to content

Triton-AI/triton-ai.github.io

Repository files navigation

Triton-AI GitHub Pages

Instructions

  1. Clone this repository, build the docker image, and execute website.sh to start a docker dev-container.
    git clone https://github.com/Triton-AI/triton-ai.github.io.git
    git checkout devel
    docker build -t tai-website .
    source website.sh
  2. After running the script, in the container, run either command:
    • To start local development and go to https://localhost:3000/

      pnpm dev
    • Only run below if you wanna push changes LIVE.

      git config --global user.email "you@example.com"
      git config --global user.name "Your Name"
      GIT_USER=<name> npm run deploy

      This pushes to github pages so it becomes live on https://triton-ai.github.io/

No Container

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm install 20 && nvm use 20
npm install -g pnpm

About

Triton AI GitHub Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •