Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.01 KB

File metadata and controls

61 lines (32 loc) · 1.01 KB

Stacks

Stacks is a web application built with Next.js.

Table of Contents

Deployed at: https://jhustacky.vercel.app

Usage

To intall the necessary libraries and modules, first run the following command:

pnpm  i or pnpm install

To run the application in development mode, use the following command:

pnpm  dev

This will start the development server, and you can view the application at http://localhost:3000.

To build the application for production, use:

pnpm build

Once the build is complete, you can start the production server with:

pnpm start

Scripts

  • dev: Starts the Next.js development server.
  • build: Builds the application for production.
  • start: Starts the application in production mode.

For any issues or contributions, please open an issue or submit a pull request on GitHub.