Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ore-codes/form-ninja
https://github.com/ore-codes/form-ninja
mantine nextjs nextjs14 react react-query storybook supabase supabase-js testing-library
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ore-codes/form-ninja
- Owner: ore-codes
- License: mit
- Created: 2024-03-16T05:12:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T12:33:59.000Z (7 months ago)
- Last Synced: 2024-10-12T02:22:25.233Z (about 1 month ago)
- Topics: mantine, nextjs, nextjs14, react, react-query, storybook, supabase, supabase-js, testing-library
- Language: TypeScript
- Homepage: https://form-ninja.vercel.app
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Next.js App Router
- Supabase
- Mantine
- React Query
- Storybook
- React Testing Library```
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "next lint && npm run lint:stylelint",
"lint:stylelint": "stylelint '**/*.css' --cache",
"jest": "jest",
"jest:watch": "jest --watch",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
},
```