Skip to content

nroggendorff/frenzy

Repository files navigation

Frenzy

Frenzy is a real-time chat application built with React.

Features

  • Real-time messaging
  • Join the chat room
  • User authentication (login/signup)

Installation

  1. Clone the repository: git clone https://github.com/nroggendorff/frenzy.git
  2. Install dependencies: cd frenzy && npm install

Usage

Development

To start the development server, clone the repository run the following command:

npm run dev

The client will be available at http://localhost:5173.

Production

To build the production version of the application, clone the repository run the following command:

npm run build

the app will be available in dist/

Deployment

If you're super sexy and cool (like me) you can build this directly to github pages with:

npm run deploy

The app will be available at {username}.github.io/frenzy/

Contributing

Contributions are welcome! Please feel free to open a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published