Skip to content

renansigolo/renan-sigolo-website

Repository files navigation

Renan Sigolo Website

🐣 Getting Started

If you're configuring this app for the first time you'll need to follow a few step:

Environment variables

Grab the .env variables from the vercel server

vercel env pull

You will need the Vercel CLI installed on your local machine

πŸ›  Build

Run npm run build to build the project.

🌍 Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI