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
- Host: GitHub
- URL: https://github.com/sashafklein/sashafklein
- Owner: sashafklein
- Created: 2013-01-23T18:06:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:47:48.000Z (over 2 years ago)
- Last Synced: 2025-02-09T06:41:18.143Z (4 months ago)
- Language: JavaScript
- Size: 37.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.