https://github.com/elsoul/skeet-doc
🚧Deprecated🚧 Skeet Doc Has Moved to Skeet Monorepo: https://github.com/elsoul/skeet
https://github.com/elsoul/skeet-doc
Last synced: 6 months ago
JSON representation
🚧Deprecated🚧 Skeet Doc Has Moved to Skeet Monorepo: https://github.com/elsoul/skeet
- Host: GitHub
- URL: https://github.com/elsoul/skeet-doc
- Owner: elsoul
- License: apache-2.0
- Created: 2023-02-25T16:39:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T03:02:19.000Z (over 1 year ago)
- Last Synced: 2025-04-20T13:32:02.354Z (6 months ago)
- Language: TypeScript
- Homepage: https://skeet.dev
- Size: 23.5 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# Skeet Doc (Deprecated)
Skeet Doc has moved to Skeet Monorepo.
Skeet Monorepo: https://github.com/elsoul/skeet
Document Web Media for Skeet Framework.
[Skeet - TypeScript Serverless Framework](https://github.com/elsoul/skeet)
## Aiming to
- Fast Development
- High Performance
- Global Scale
- Maintainable Code
- Strong SEO## Summary
- [x] [Next.js - SSG Framework](https://nextjs.org/)
- [x] [React - UI Framework](https://reactjs.org/)
- [x] [TypeScript - Type Check](https://www.typescriptlang.org/)
- [x] [ESLint - Linter](https://eslint.org/)
- [x] [Prettier - Formatter](https://prettier.io/)
- [x] [Husky - Pre Commit](https://typicode.github.io/husky/#/)
- [x] [Recoil - State Management](https://recoiljs.org/)
- [x] [Next i18next - i18n Translation](https://github.com/isaachinman/next-i18next)
- [x] [Firebase - Hosting & Analytics](https://firebase.google.com/)
- [x] [Tailwind - CSS Framework](https://tailwindcss.com/)## Quick start
```bash
# Node version (using nodenv)
$ node -v
v18.17.1# Install dependencies
$ yarn install --frozen-lockfile# Run dev server (localhost:4200)
$ yarn dev
```