Package Exports
- portfolio-generator
- portfolio-generator/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (portfolio-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
portfolio-generator
- This package generates a bootstrap based portfolio website for you.
- Website will be using Next JS.
- You can download final generated code & deploy on vercel.
- View the template of generated website here https://bootstrapmade.com/demo/Personal/
- View my website which is also built in same template https://www.cybersaksham.co.in/
- View the full documentation of
portfolio-generatorhere http://portfolio-generator.cybersaksham.co.in/
Run Portfolio Generator
npx portfolio-generator my-portfolioRun the Website
cd portfolio-generator
npm run dev
# Go to http://localhost:3000In Future
These features may be added in future.
- Service section
- Different templates
- Other custom features
If you have any feature that may be added to the website then you can fork the repository, add that feature & create a pull request.