Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivankprod/web

IvanK Production website (in re-development)
https://github.com/ivankprod/web

eslint gatsby ivankprod netlify react sass scss stylelint typescript website

Last synced: about 2 months ago
JSON representation

IvanK Production website (in re-development)

Awesome Lists containing this project

README

        


ivankprod.ru website repository

[![Netlify Status](https://api.netlify.com/api/v1/badges/4fd59566-f2e3-4ed0-8ad3-4726b08e2e45/deploy-status)](https://app.netlify.com/sites/ivankprod-gatsby/deploys)
[![ci](https://github.com/ivankprod/web/actions/workflows/ci.yml/badge.svg)](https://github.com/ivankprod/web/actions/workflows/ci.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/6ad4c8e01ebe44088c742d10b1a64cdb)](https://app.codacy.com/gh/ivankprod/web/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

## Quick local start

1. Clone this repo
```shell
git clone https://github.com/ivankprod/web.git
```

2. Install all dependencies and run the site
```shell
cd web
npm i
npm start
```

3. Open the code and start developing

The site is now running at http://localhost:8000