Skip to content

decovicdev/globe-express

Repository files navigation

Globe Express

A product landing page, from Giulio Cuscito's design.

Tech Stack

Getting Started for Development

Prerequisites

  • Node.js and Pnpm package manager

Step 1: Install Dependencies

Next, install the project dependencies. In the terminal, navigate to the project directory and run the following command:

pnpm i

This command will install the required dependencies for the project.

Step 2: Start the Development Server

Start the development server by running the following command:

pnpm dev

This command will start the server for the App.

Access the App

Once the development server is running, you can access the app by opening http://localhost:5173 in your browser. You should see the application's user interface and be able to interact with it.

Step 3: Build

Finally, To build all apps and packages, run the following command:

pnpm build

License

By contributing, you agree that your contributions will be licensed under its MIT License.