Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ivankprod/web
- Owner: ivankprod
- Created: 2022-07-04T22:17:09.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-09-17T11:56:51.000Z (3 months ago)
- Last Synced: 2024-09-17T14:12:29.167Z (3 months ago)
- Topics: eslint, gatsby, ivankprod, netlify, react, sass, scss, stylelint, typescript, website
- Language: TypeScript
- Homepage: https://ivankprod-web.netlify.app
- Size: 12.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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