0.2.0 • Published 4 years ago

@octopusthink/ghost-ship v0.2.0

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

Ghost Ship Gatsby Starter

Create a Gatsby site that includes blog posts, Markdown pages, and Nautilus.

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the ghost-ship as your starter:

    # Create a new Gatsby site using the ghost-ship starter.
    npx gatsby new my-site https://github.com/octopusthink/ghost-ship
  2. Start the development server.

    Navigate into your new site’s directory, install the dependencies, and start the development server:

    cd my-site/
    yarn start # or `npm start` if you use `npm`.
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000/!

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.