This is the Codeverse React application.
To install the dependencies, run:
npm installTo start the development server, run:
npm startThis will launch the app in development mode. Open http://localhost:3000 to view it in the browser.
To build the app for production, run:
npm run buildThe build output will be in the build folder.
To run tests, use:
npm test- React
- Tailwind CSS
- EmailJS
This project uses environment variables to configure certain settings. To set the contact email used in the Contact Us form, create a .env file in the root of the project with the following content:
REACT_APP_CONTACT_EMAIL=your-email@example.com
Replace your-email@example.com with the desired email address to receive contact form submissions.
After creating or updating the .env file, restart the development server to apply the changes.
This project is licensed under the MIT License - see the LICENSE file for details.