Service to provide workspaces options and their associated prices
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install
-
Clone the repo
git clone https://github.com/https://github.com/space-work/workspace-service.git
-
Install NPM packages
npm install
-
Rename sample.env to .env
-
Either run tests using
npm run test
-
Or start server using
npm run server-dev
And visit http://localhost:4000