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 1 month 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 (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-12-14T09:53:21.000Z (5 months ago)
- Last Synced: 2025-04-14T15:13:38.747Z (about 1 month ago)
- Topics: eslint, gatsby, ivankprod, netlify, react, sass, scss, stylelint, typescript, website
- Language: TypeScript
- Homepage: https://ivankprod-web.netlify.app
- Size: 11.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ivankprod.ru website repository[](https://app.netlify.com/sites/ivankprod-gatsby/deploys)
[](https://github.com/ivankprod/web/actions/workflows/ci.yml)
[](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