bloggify-cli
Version:
We make publishing easy.
24 lines (18 loc) • 924 B
Markdown
Many times, you need just a starting point for your application which may or may not have a blog page.
In these cases, it is convenient to use `bloggify-tools` and choose the `Create a custom application` option.
```
? Application Template https://github.com/BloggifyTutorials/custom-app
? Website title Hello World!
? Website description Hello World from Bloggify!
? Production url http://hello-world.com
✔ Download the template repository
✔ Setting up the git repository
✔ Install dependencies (this may take a while)
✔ Create configuration file.
🎉 Your app was initialized in the 'hello-world' directory.
🎉 To start the app, run:
🎉 cd hello-world && npm run start:dev
```

When working with custom applications, the configuration may get tricky. Find out [how to configure your application](configuration.md).