8000 GitHub - guilhermeseckert/aircall
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guilhermeseckert/aircall

Repository files navigation

Next.js Application

This project was bootstrapped with Next.js.

Prerequisites

  • Node.js (v14 or higher recommended)
  • pnpm (optional, but recommended)

Getting Started

Using pnpm

  1. Install dependencies:

    pnpm install
  2. Start the development server:

    pnpm run dev
  3. Open http://localhost:3000 in your browser.

Using Other Package Managers

If you prefer to use npm or yarn, you can use the equivalent commands:

npm

npm install
npm run dev

yarn

yarn install
yarn dev

Production

  1. Build the project:

    pnpm run build
  2. Start the production server:

    pnpm start

Or with npm/yarn:

npm

npm run build
npm start

yarn

yarn build
yarn start

Learn More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0