Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 910 Bytes

File metadata and controls

52 lines (35 loc) · 910 Bytes

My portfolio website

It is my personal web page to show off my work and short info about me.

Install locally

There are two ways for having the app on a local server

Zip archive

You can dowload the latest version directly on GitHub.

Easy updates with git

If you plan on updating regularly, you can use git :

git clone https://github.com/AnnaVih/Personal-Online-Portfolio-Website.git

Then to update :

cd Personal-Online-Portfolio-Website
git pull

Install the dependencies

$ npm install

Install dependency

Serve

$ gulp

Runs the app in development mode.

Build

$ NODE_ENV=production gulp

Builds the app for production to the builds/production folder.

Contributors

Anna Vihrogonova annavihrogonova@yahoo.com

License

MIT