A website showcasing some of my works
Node js LTS
(Node.js)
Assuming you have Node Version Manager installed
$ nvm install --lts
Clone the repository
$ git clone https://github.com/fpelletier-gh/portfolio-v2
Change directory
$ cd portfolio-v2
Install node module
$ npm install
Launch the development server
$ npm run dev
Create the production build
$ npm run build
Some Deployment options