Open
Description
Question
Hey guys, I just wanted to get started with spectacle, but the docs are confusing me quite a bit.
These are the issues i am having:
- "Getting Started with Development" - this paragraph tells me, that all my source files have to be inside the
src/
dir. So far so good. But this also reads a bit like there should already be such a directory after installing spectacle withyarn/npm
. I assume spectacle just wants me to createsrc
myself? Edit: My bad - i completely missed the Getting Started section. It might be benefitial to move Getting Started before Basic Concepts. - The next part tells me to start a development server with ominous npm-scripts which are not yet part of my package.json. Instead I should look inside
examples/js
- I realize these are part of the spectacle repository. But how am I supposed to access these just after runningyarn add spectacle
? Ofcourse I could look inside my node_modules, but is this what you want users to actually do? - Is there a way to use spectacle with multiple markdown or even js/jsx files? I can't seem to find anything inside the docs
Thanks in advance :)