Relink is a site for reducing links
You need nodeJS and npm
- Clone repository
- In the main directory use
npm install
- Then
npm run client:install
- In the main directory create a new folder “config”
- In the config create “default.json”
{
"port": 5000,
"jwtSecret": "<your jwtSecret>",
"mongoUri": "<your mongoUri>",
"baseUrl": "http://localhost:5000"
}
- In the main directory use
npm run dev