0.0.3 • Published 4 years ago

platformkit-generator v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

PlatformKit Generator

A static site generator for building content, software, and e-commerce platforms.

Business Features

  • Build landing pages.
  • Manage & publish content.
  • Sell products & services.
  • Sell subscriptions.
  • Schedule social media posts.
  • Maintain beautiful documentation.
  • A/B test everything.

Developer Features

  • Highly customizable.
  • Integrated analytics.
  • Integrated marketing automations.
  • Local development environment.
  • 1-step install/deploy.

End-User Features

  • Beautiful and simple design.
  • Lightning-fast search.
  • Even works offline.

Tech Stack

  • Markdown for data storage
  • GraphQL for APIs
  • Vue for markup
  • Gridsome for code generation
  • Bootstrap for UI

Benefits

No coding necessary.

If you want to write custom code, you only need one language: Javascript.

No technical debt or lock-in, unlike traditional monolithic solutions.

Since the data is static files, you can easily change the entire architecture in the future.

Demo URL

https://www.dharmaworks.com

Cloud Installation

Click the button below to deploy to Netlify instantly.

Use these settings:

Build Command: gridsome build

Publish Directory: dist

Local Installation

1. Install gridsome/cli

npm install --global @gridsome/cli

2. Install platform-kit/generator

  1. gridsome create my-gridsome-site https://github.com/platform-kit/generator.git
  2. cd my-gridsome-site to open folder
  3. gridsome develop to start the local DEV server at http://localhost:8080
  4. npx netlify-cms-proxy-server to start the local CMS server at http://localhost:8081
  5. Happy coding 🎉🙌

Documentation, content, training & more at https://www.platformkit.com

Made with 💖 + ⚡ by DharmaWorks