@@ -13,6 +13,16 @@ For more information, please see the [Indienet project planning documentation at
1.`npm install`
2.`npm run dev`
To specify a port (e.g., two run two separate instances when testing federation), use:
`npm run dev -- --port 7999`
## Production
Not ready for production use.
(In production, the port is set either via the PORT environment variable or will fall back to the value in the _config/production.json_ from the Feathers configuration.)
## Configuration
The site configuration is currently in the _assets/_ directory. This will change shortly to a location that can be easily included during deployment and one that isn’t checked into source control.