My Portfolio Website, generated by @abhijithvijayan/portfolio CLI
yarn install
to install dependencies.yarn run dev
to start the development server.yarn run build
build the files for production.yarn run export
to use Next.js static exports.yarn run serve
runsbuild
andexport
commands at once.
Copy sample.js
to index.js
in the config /
directory and update config / index.js
with your custom information
Copy contents (images, documents, etc...) to public /
directory
Copy sample.md
to index.md
in the markdown / SECTION_NAME
directory and update accordingly. See how I did mine
Add icons for PWA
to public / icons /
and update manifest.json
in public /
directory
Give a ⭐️ if this project helped you!
Template by abhijithvijayan