Personal website generated with Angular CLI v16.1.7.
Follwing are the steps to install this application
- Clone this repository
git clone git@github.com:Popovkov57/Portofolio.git
- Go into the folder
Portofolio
which was cloned.
cd Portofolio
- Install necessary dependencies
npm install
- To run the app in the development mode.\
npm run dev:ssr
- To build the app for production to the
dist
folder.\
npm run build:ssr:prod
The source code for the site is licensed under the MIT license, which you can find in the LICENSE file.