Skip to content

elsoul/souls-doc-v2

Repository files navigation

SOULs Doc V2

Docs for SOULs. (SOULs is now deprecated. Please check our new Architecture "Skeet")

Skeet - TypeScript Serverless Framework

Aiming to

  • Fast Development
  • High Performance
  • Global Scale
  • Maintainable Code
  • Strong SEO

Summary

Quick start

# Node version (using nodenv)
$ node -v
v18.17.1

# Install dependencies
$ yarn install --frozen-lockfile

# Run dev server (localhost:4200)
$ yarn dev