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

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

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