Get Started
Development
Preview changes locally to your portfolio
Prerequisite You should have installed Node.js (version 18.17.0 or higher).
To start the development server, navigate to your boilerplate project directory and run the following commands:
Make sure it is in the root of your boilerplate project directory where a
valid port.json
file is present.
After navigating to your project directory, run:
The portfolio website is now available at http://localhost:3000
.
Portmyfolio CLI
Below is a list of commands that you can use with the Portmyfolio CLI:
-
portmyfolio dev
: Start the development server. -
portmyfolio build
: Build the project for production. -
portmyfolio start
: Start the production server.
You can also run portmyfolio --help
to see the list of available commands.