This is the official repository for the Satyanveshana Mandali's website. For more information about the organization, visit samam.org or satyanveshanamandali.com.
To start the development server:
npm run devTo deploy the application on Vercel, follow these steps:
-
Build the application for production:
npm run build
-
Deploy the application in production mode:
npm start
Ensure that you are deploying the output of the npm run build command, which includes:
build/serverbuild/client
- Push your code to the repository on GitLab.
- Set up your project on Vercel and link it to your GitLab repository.
- Vercel will automatically handle the build and deployment process.
For more detailed instructions on deploying Remix applications to Vercel, refer to the Remix Vite docs.
Thank you for contributing to the Samam Web project!