Skip to content

BioHazard786/Billicious-Landing-Page

Repository files navigation

Billicious

Landing page for app.billicious.tech

Tech Stack

  • Frontend: Next.js 14
  • UI Components: Shadcn UI
  • Styling: TailwindCSS

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/BioHazard786/Billicious-Landing-Page.git
    cd Billicious-Landing-Page
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Set up environment variables: Create a .env file in the root directory and vars given in example.env and types in env.d.ts.

Running the App

  1. Start the development server:

    npm run dev
    # or
    yarn dev
  2. Open your browser and navigate to http://localhost:3000.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Authors

Acknowledgements