Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 837 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 837 Bytes

💰💊 Money Capsules Landing Page

Getting Started

  1. Using create-next-app

    npx create-next-app -e https://github.com/theodorusclarence/ts-nextjs-tailwind-starter project-name
  2. Deploy to Vercel

    Deploy with Vercel

2. Install dependencies

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

yarn install

3. 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.