Skip to content

Commit

Permalink
Merge pull request #68 from igor-starostenko/develop
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
igor-starostenko authored Nov 9, 2021
2 parents e7e3a88 + 0a5717e commit d5833b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added public/lighthouse_score.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- [X] πŸ“„ Manifest support
- [X] πŸ—Ί Sitemap autogenerated
- [X] 😎 [Prettier](https://prettier.io/) for code style
- [X] πŸ‘¨β€πŸ« ESLint (based on [`eslint-plugin-react`](./.eslintrc))
- [X] πŸ‘¨β€πŸ« ESLint (based on [`next/core-web-vitals`](./.eslintrc))
- [X] πŸŒ… Responsive gallery with [`react-photo-gallery`](https://www.npmjs.com/package/react-photo-gallery)

Do you have suggestions or feedback? [Open an issue](https://github.com/igor-starostenko/igorstar/issues)!
Expand All @@ -61,8 +61,11 @@ yarn develop
# To build
yarn build

# To run static (SSG)
yarn serve

# To test SSR (for Lighthouse etc.)
yarn ssr
yarn start

# To test code style
yarn lint
Expand Down

0 comments on commit d5833b7

Please sign in to comment.