Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgekaran/georgekaran.com
This is my personal page where i'll post my projects and updates about me.
https://github.com/georgekaran/georgekaran.com
jest nextjs portfolio react react-testing-library storybook styled-components tdd
Last synced: about 1 month ago
JSON representation
This is my personal page where i'll post my projects and updates about me.
- Host: GitHub
- URL: https://github.com/georgekaran/georgekaran.com
- Owner: georgekaran
- Created: 2020-09-26T14:52:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:37:56.000Z (about 2 years ago)
- Last Synced: 2023-03-03T20:10:01.099Z (almost 2 years ago)
- Topics: jest, nextjs, portfolio, react, react-testing-library, storybook, styled-components, tdd
- Language: TypeScript
- Homepage: https://www.georgekaran.com/
- Size: 25.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [georgekaran.com](https://georgekaran.com)
![GitHub package.json version](https://img.shields.io/badge/version-1.0.0-orange)
![ci](https://github.com/georgekaran/georgekaran.com/workflows/ci/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/georgekaran/georgekaran.com/badge.svg?branch=master)](https://coveralls.io/github/georgekaran/georgekaran.com?branch=master)> This is my personal page where i'll post my projects and updates about me.
## Installing
A step by step series of examples that tell you how to get a development env running
Clone the repo.
```
git clone https://github.com/georgekaran/georgekaran.com.git
```Install the dependencies.
```
npm i
```And run the app.
```
npm run dev
```## Available commands
| Command | Description |
|---|---|
| ```dev``` | Start the application on **development** mode |
| ```build``` | Build the application |
| ```start``` | Start the application on **production** mode |
| ```lint``` | Lint the 'src' folder |
| ```test``` | Run all tests |
| ```test:staged``` | Run only new/modified tests |
| ```test:ci``` | Run tests and generate coverage report |
| ```test:watch``` | Run tests on watch mode |
| ```generate``` | Generate a new Component folder that includes styles, stories, test, and the component itself (See Main Component for an example) |
| ```storybook``` | Run Storybook on **development** mode |
| ```build-storybook``` | Build Storybook for **production** |## Deployment
Deployed on [Vercel](vercel.com)
## Built With
* [React](https://reactjs.org/) - "A JavaScript library for building user interfaces".
* [Next.JS](https://nextjs.org/docs) - "The React Framework for Production".
* [Styled-Components](https://styled-components.com/) - "Visual primitives for the component age".