Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 808 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 808 Bytes

jfreitas.dev

This is my personal website built in NextJs which is a open source framework based on React

Requirements

Expected version: >=20.15.1

After you clone this repository you must run the following command in order to install the dependency packages:

yarn

and then

yarn develop

The dev.sh file will help you to create a production version of this website and deploy to production. In this case I am using Netlify to deploy this website. You must create an account in order to set up your environment in production.

To build and deploy this website you can use the following command:

./dev.sh build deploy