Click here view more images about for website
This project was created for me to learn next.js technology for static websites, my goal is to have a good SEO, in no other project of mine I focused on SEO so a personal project is excellent to encourage me to working with SEO methods. So I I will have to rank my site in a good way, to have a good active and captivated audience.
git clone https://github.com/SMCodesP/portfolio
cd portfolio
npm install
or yarn
yarn dev
Success is starting!
npm run build
or yarn build
You can start locally in production mode for a preview, using this command
npm run start
or yarn start
Warn: This command need execute after build
I'm will use in this example vercel-cli, if you not installed use this command
npm install -g vercel-cli
or yarn global add vercel
For deploy using this command
vercel
This command initialized stage first configure account and project for next deploy
For do deploy in production mode a domain custom, configure in website vercel.com and execute and command deployment prod mode, to use flag prod
in behind command
vercel --prod
Samuel Pereira da Silva is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.