https://github.com/elsoul/souls-doc-v2
SOULs Doc V2
https://github.com/elsoul/souls-doc-v2
Last synced: 6 months ago
JSON representation
SOULs Doc V2
- Host: GitHub
- URL: https://github.com/elsoul/souls-doc-v2
- Owner: elsoul
- License: apache-2.0
- Created: 2023-03-08T17:35:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:45:53.000Z (about 1 year ago)
- Last Synced: 2025-03-25T04:54:48.191Z (7 months ago)
- Language: TypeScript
- Size: 19.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SOULs Doc V2
Docs for SOULs. (SOULs is now deprecated. Please check our new Architecture "Skeet")
[Skeet - TypeScript Serverless Framework](https://github.com/elsoul/skeet-cli)
## 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
v20.15.1# Install dependencies
$ yarn install --frozen-lockfile# Run dev server (localhost:4200)
$ yarn dev
```