- Clone this repository, build the docker image, and execute
website.shto 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
- 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/
-
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