GithubHelp home page GithubHelp logo

chranderson / theta-hackathon-24-fe Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 391 KB

Front end for Theta Hackathon 2024

Home Page: https://theta-hackathon-24-fe.vercel.app

TypeScript 90.95% JavaScript 5.93% CSS 3.12%

theta-hackathon-24-fe's Introduction

The Theta Hackathon 2024 FE

The front-end repo. details to come.

Commands

pnpm i Installs the dependencies
pnpm dev Starts the development server
pnpm build Builds the application for production
pnpm start Starts the production server, only if built
pnpm lint Runs the linter
pnpm test Runs the unit tests
pnpm test:watch Runs the unit tests in watch mode
pnpm test:e2e Runs the playwright end-to-end tests

Open http://localhost:3000 with your browser to see the result.

Environment Variables

Env variables are managed and validated for type safety with @t3-oss/env-nextjs and require configuration in the file @/lib/env.js.

Testing

Unit tests

Jest is used for unit tests. You can run the tests once or in watch mode.

  • pnpm test // runs once
  • pnpm test:watch // runs in watch mode

End-to-end tests

Playwright is used for end-to-end tests. A github action is configured to run the tests on push and pull request.

To run playwright locally, you must build and start the server first.

  1. pnpm build && pnpm start
  2. pnpm test:e2e

theta-hackathon-24-fe's People

Contributors

chranderson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.