Skip to content

pasppy/codeverse

 
 

Repository files navigation

Codeverse

This is the Codeverse React application.

Installation

To install the dependencies, run:

npm install

Running the app

To start the development server, run:

npm start

This will launch the app in development mode. Open http://localhost:3000 to view it in the browser.

Building the app

To build the app for production, run:

npm run build

The build output will be in the build folder.

Testing

To run tests, use:

npm test

Technologies Used

  • React
  • Tailwind CSS
  • EmailJS

Environment Variables

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.1%
  • CSS 6.4%
  • HTML 2.5%