@jeswr/css-init-utils
v1.0.0
Published
A temporary repo with utils for initialising the Community Solid Server
Downloads
42
Readme
CSS Init Utils
This is a temporary package to easily init the Community Solid Server in scripts until https://github.com/CommunitySolidServer/CommunitySolidServer/pull/1509 is released.
import { createApp } from '@jeswr/css-init-utils';
function main() {
const app = createApp({
port: 3_002,
seededPodConfigJson: path.join(__dirname, 'configs', 'solid-css-seed.json'),
});
await app.start();
}
main();
License
©2023–present Jesse Wright, MIT License.