Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 1.91 KB

README.md

File metadata and controls

66 lines (36 loc) · 1.91 KB

SMPortfolio

Online version Created by

Click here view more images about for website


Description about this project

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.

Installation

Download

Open terminal emulator

Send command

git clone https://github.com/SMCodesP/portfolio

cd portfolio

npm install or yarn

Start

yarn dev

Success is starting!

Build and Deploy

Build

Send command in terminal

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

Deploy

Send these commands

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


Licensing

Samuel Pereira da Silva is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.