Skip to content

nikp29/tryaway-frontend

Repository files navigation

Tryaway frontend

Frontend client for a service that allows users to sign up for unlimited free trials of any subscription service by generating random emails and credit cards.

Getting Started

1. Install dependencies

It is encouraged to use yarn so the husky hooks can work properly.

yarn install

2. Run the development server

You can start the server using this command:

yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx.