Skip to content

sarassaura/landing

Repository files navigation

Logo

Lambda Express Landing

The landing page for the Lambda Express team :)

🇬🇧 English   •    🇪🇸 Español   •    🇧🇷 Português

Lambda Express

Design

Click here to look at the design made on Figma.

Technologies

  • Turbo: A tool to create and manage monorepos.
    • It helps a lot when it comes to configuration. If you take a look at the packages folder, you will notice that tsconfig and eslint-config-custom are packages that are shared between apps.
  • Next.js: A react framework that supports SSR.
  • Husky: To improve commits.

To start

  • Minimum requirements:
    • node v18.13.0
    • yarn 1.22.19
  • yarn install
  • yarn build