https://github.com/tatianafokina/my-portfolio-v-3
https://github.com/tatianafokina/my-portfolio-v-3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tatianafokina/my-portfolio-v-3
- Owner: TatianaFokina
- Created: 2021-05-29T21:24:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T21:58:36.000Z (about 1 year ago)
- Last Synced: 2025-01-27T22:13:29.004Z (3 months ago)
- Language: Nunjucks
- Homepage:
- Size: 12.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio of Tatiana Fokina
## About the project
This is the third version of my portfolio.
## Tech stack
Powered by [11ty](https://www.11ty.dev) and [Nunjucks](https://mozilla.github.io/nunjucks/) for templates, SCSS for styles, and JavaScript.
## A development process
For installing.
```
npm install
```For a test and a local deployment.
```
npm test
```For the final deployment.
```
npm run build
```