Skeet Doc has moved to Skeet Monorepo.
Skeet Monorepo: https://github.com/elsoul/skeet
Document Web Media for Skeet Framework.
Skeet - TypeScript Serverless Framework
- Fast Development
- High Performance
- Global Scale
- Maintainable Code
- Strong SEO
- Next.js - SSG Framework
- React - UI Framework
- TypeScript - Type Check
- ESLint - Linter
- Prettier - Formatter
- Husky - Pre Commit
- Recoil - State Management
- Next i18next - i18n Translation
- Firebase - Hosting & Analytics
- Tailwind - CSS Framework
# Node version (using nodenv)
$ node -v
v18.17.1
# Install dependencies
$ yarn install --frozen-lockfile
# Run dev server (localhost:4200)
$ yarn dev