ryan-mars / stochastic

TypeScript framework for building event-driven services. Easily go from Event Storming → Code.
MIT License
6 stars 1 forks source link

docs: init docusaurus #78

Closed ryan-mars closed 3 years ago

ryan-mars commented 3 years ago

In order to begin testing our various hypotheses we need a place where people can go to learn about Stochastic, Event Storming, and building serverless distributed systems.

Work on initial documentation/content strategy should go in this pull request.

  1. git clone git@github.com:stochastic/stochastic.git
  2. cd stochastic
  3. git checkout docusaurus
  4. cd docs
  5. npm install
  6. npm serve
  7. Make changes, stage changes
  8. git pull
  9. git commit ...
  10. git push
rmouser commented 3 years ago

Going to review documentation ideas from Notion to figure out what fits in the new open source documentation strategy. Initial goal is to determine three things to tell visitors about Stochastic so they can understand the big picture value and get motivated to engage and/or learn more. Goal is to complete this by July 2nd.

Edit: This will include some top level copy in the markdown, not just the list of three items.

ryan-mars commented 3 years ago

Opening up for comment and review but not ready for merge.

ryan-mars commented 3 years ago

If nobody has any objections I'm going to merge. Next PR will be filling out more content.