mlim-usfca / PersonalKnowledge

https://personal-knowledge.vercel.app
0 stars 0 forks source link

Resolve Build Process for Web Deployment #59

Closed TanyaaCJain closed 4 months ago

TanyaaCJain commented 4 months ago

Overview

This Pull Request addresses and resolves the issues encountered during the yarn build process, ensuring a smooth build and deployment cycle for our web application.

Development and Deployment Instructions

For running the development server through docker:

docker-compose -f docker-compose.dev.yml up --build

For running the development server through docker:

yarn run dev

For building and serving static files:

yarn build
yarn start

Linked Issues

Resolves #55: Fix build for Web

Summary

This update ensures that our build process is streamlined and error-free, enhancing our deployment efficiency and stability.