Loading repository dataβ¦
Loading repository dataβ¦
CarlosSimon02 / repository
Welcome to the second version of my portfolio created using Next.js. πΌβ¨
π Live: https://simoncamacho.dev
Welcome to the second version of my portfolio created using Next.js. πΌβ¨
β οΈ Note: This is the 2nd version of my portfolio. The first version is in the repository https://github.com/CarlosSimon02/old.simoncamacho.dev and was deployed at old.simoncamacho.dev. ππ°οΈ
Check the live site: https://simoncamacho.dev π
yarn instead of npm) π§Άgit clone https://github.com/CarlosSimon02/www.simoncamacho.dev.git
cd www.simoncamacho.dev
yarn install
Create a .env.local file for secrets (see .env.example for reference) π
Run the development server:
yarn dev
Open http://localhost:3000 in your browser. π±οΈπ
Scripts in package.json (use yarn):
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
Usage examples:
# start dev server
yarn dev
# build for production
yarn build
# start production server (after build)
yarn start
# run linter
yarn lint
This site is intended to be deployed on Vercel. Connect the repository to Vercel, add the required environment variables in the project settings, and Vercel will run yarn build automatically.
yarn build