Check it out here!
- Clone the repository and install the dependencies
- Build and run the project (Production mode)
- Run the project (Development mode)
git clone https://github.com/jeantivan/chat-me.git
cd chat-me
npm run install
npm run build
npm run preview
npm run dev
{
"scripts": {
"dev": "vite", // start dev
"build": "vite build", // build for production
"preview": "vite preview" // locally preview production build
}
}