An open API service indexing awesome lists of open source software.

https://github.com/tatianafokina/my-portfolio-v-3


https://github.com/tatianafokina/my-portfolio-v-3

Last synced: about 2 months ago
JSON representation

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
```