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

https://github.com/sashafklein/sashafklein

My personal home page
https://github.com/sashafklein/sashafklein

Last synced: 2 months ago
JSON representation

My personal home page

Awesome Lists containing this project

README

        

# README

This project was built using Create React App.

## Getting Started

Install all the packages and start the app:

```
yarn install
yarn start // or yarn s
```

### Additional commands

```
yarn test // or yarn t
yarn g // generate, see below
```

### Component generation

Run `yarn g` to see instructions for component generation.

### Deploying

This app deploys automatically from Github, using Netlify. The Netlify configuration is located in the minimal `netlify.toml` file in project root.

### App best practices

- Comment unclear functionality aggressively.
- Record important design decisions in [this doc](./docs/decisions.md).
- Mark todos with `TODO:`.
- Leave the code better than you found it.

### Additional docs

Additional docs can be found in the [docs](./docs) folder.