Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usagizmo/usagizmo.com_2021
https://github.com/usagizmo/usagizmo.com_2021
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usagizmo/usagizmo.com_2021
- Owner: usagizmo
- License: mit
- Created: 2021-03-18T13:39:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T13:28:01.000Z (over 2 years ago)
- Last Synced: 2023-03-01T01:11:05.445Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://usagizmo.com
- Size: 283 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usagizmo.com
https://usagizmo.com
- [Next.js](https://nextjs.org/) (w/ [TypeScript](https://www.typescriptlang.org/))
- [Tailwind CSS](https://tailwindcss.com/) ([JIT](https://tailwindcss.com/docs/just-in-time-mode))
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [husky](https://github.com/typicode/husky) x [lint-staged](https://github.com/okonet/lint-staged)
- GitHub Actions (Formatting + Testing)
- Node (`v16+`) / [pnpm](https://pnpm.io/)## Command List
```bash
pnpm i
pnpm dev # next dev
pnpm build # pnpm generate && next build
pnpm start # next start
pnpm lint # Linting
pnpm format # Formatting
```## Deploy to Vercel
To use `pnpm`, configure the following settings in Vercel `Project Settings`.
`General` > `Build` & `Development Settings` > `INSTALL COMMAND`:
```bash
npm i pnpm -g && pnpm i
```