This repository contains the source code for the personal website of Christopher Salinas, built using Next.js. It showcases Christopher's projects, game rewrites, and professional journey.
git clone https://github.com/csalinas-dev/csalinas-dev-site.git
cd csalinas-dev-site
npm install
npm run dev
The application will be available at http://localhost:3000.
npm run dev
: Runs the app in development mode.npm run build
: Builds the app for production.npm start
: Starts the production server.Triggered by pushing commits to main
, the site is automatically deployed and hosted on Render.
Christopher Salinas - chris@csalinas.dev
Project Link: https://github.com/csalinas-dev/csalinas-dev-site