Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremytenjo/starter-website
A modern, highly scalable website with the best developer experience built on Nextjs
https://github.com/jeremytenjo/starter-website
Last synced: 2 days ago
JSON representation
A modern, highly scalable website with the best developer experience built on Nextjs
- Host: GitHub
- URL: https://github.com/jeremytenjo/starter-website
- Owner: jeremytenjo
- Created: 2022-01-27T16:06:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T19:55:29.000Z (10 months ago)
- Last Synced: 2024-01-30T20:46:25.581Z (10 months ago)
- Language: TypeScript
- Homepage: https://starter-website.vercel.app/
- Size: 27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website Starter
A modern, highly scalable website with the best developer experience.
## Usage
```sh
npm run dev
```## Tech
- Nextjs
- MUI
- Storybook
- Vitest
- Playwright
- Prettier
- ESlint## Productivity boosters 🚀
### Generate logo assets
1. Update `image/logo/logo.svg`
2. run `npm run helpers:generate-logo-assets`### Create Icons
Quickly create [MUI svg icons](https://mui.com/components/icons/#createsvgicon)
1. run `npm run helpers:create-icon`
> Use node v16.15.0