My name is Ji Yuan "Steven" Feng, I am a robotics engineer at NVIDIA, building the next generation simulation platforms for training and deploying sophisticated robots.
This repo contains the source code to my personal website.
Checkout my site at: https://stevenf7.github.io/
To install dependencies:
npm installTo run it locally:
npm startTo build for production:
npm run buildThis site is automatically deployed using GitHub Actions. When you push to the production branch, it will:
- Build the Gatsby site
- Deploy to GitHub Pages
- Update your live site
Every Pull Request automatically triggers a build check to ensure:
- Dependencies install correctly
- Gatsby builds successfully
- No breaking changes are introduced
Running this command in your local terminal will deploy your current branch to "main" branch and update gh pages. There is no checks, and forces update immediately
npm run deploy