Check out the live version here.
Development
git clone https://github.com/IMXNOOBX/bot-portfolio.git
cd bot-portfolio
npm install
npm run dev
Production
npm run build
The build will be in the
build
folder and will be statically generated.
Docker
docker build -t bot-portfolio .
docker run -d -p 80:80 bot-portfolio
This project is licensed under CC BY-NC 4.0.
+ You are free to:
• Share: Copy and redistribute the material in any medium or format.
• Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
• Attribution: You must give appropriate credit, provide a link to original the source repository, and indicate if changes were made.
• Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
• Sell: This license forbids selling original or modified material for commercial purposes.
• Sublicense: This license forbids sublicensing original or modified material.
The content of this project is ©️ by IMXNOOBX and the respective contributors. See the LICENSE.md file for details.