Stacks is a web application built with Next.js.
Deployed at: https://jhustacky.vercel.app
To intall the necessary libraries and modules, first run the following command:
pnpm i or pnpm installTo run the application in development mode, use the following command:
pnpm devThis will start the development server, and you can view the application at http://localhost:3000.
To build the application for production, use:
pnpm buildOnce the build is complete, you can start the production server with:
pnpm startdev: 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.