This is my personal site to showcase my latest work and soon some of my writing. I've gone through many versions, static site generators and various CMSs to develop my personal site and finally feel like I found the right mix of technologies: React/Next.js.
$ git clone https://github.com/luciovilla/luciovilla.com.git
$ cd luciovilla.com
$ yarn
$ yarn dev
Open http://localhost:3000 with your browser to see the result.
Create a .env.local
file similar to .env.example
.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. Check out their Next.js deployment documentation for more details.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Lee Robinson's Video - 1-hour code walkthrough for a similar project.