1.0.0 • Published 1 year ago

@jeswr/css-init-utils v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.