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.
- Next.js Framework: The site is built with Next.js, offering enhanced performance and SEO capabilities.
- Responsive Design: Ensures a seamless viewing experience on various devices and screen sizes.
- Portfolio Showcase: Highlights Christopher's projects and accomplishments.
- Blog Integration: Shares insights and experiences in software development.
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/csalinas-dev/csalinas-dev-site.git
- Navigate to the project directory:
cd csalinas-dev-site
- Install dependencies:
npm install
- Start the development server:
The application will be available at http://localhost:3000.
npm run dev
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