An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Skeet Framework Logo](https://storage.googleapis.com/skeet-assets/imgs/logo/ogp.png)



Follow @ELSOUL_LABO2














# 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
```