Find buddies for your next concert or festival, who have the same taste in music like you! You can post buddy requests and get in touch with other people.
Feel free to make yourself an account and be part of the community! If you just want to have a quick look, you can use a test account:
email: test@test.de
pw: testtest
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Clone the repo
git clone https://github.com/nadinho/rock-with-me.git
- Install packages
npm install
cd client
npm install
or
yarn install
cd client
yarn install
-
Add environment variables in .env file
-
To start the server and client in development mode at the same time:
npm run dev
yarn run dev
If you like to run the production build, you have to build the client first.
npm run build
npm start
yarn run build
yarn start