-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install and run codpan #31
Comments
See https://github.com/egoist/codepan#development, run Basically you can run If you want a production build, run |
sh: 1: poi: not found when I run npm run dev |
Have you run |
I installed yarn, run yarn build successfully. Got a dist folder. Now how to run it? |
I successfully run it on dev using yarn dev. How to run it on production server? |
it's a static website so you can run it locally with serve, eg: |
OK. What we want is, want to many urls like jsbin available .How to do that? |
what do you mean? |
Actually we want to install in a site and embed many html/css/js examples in various pages. |
I just define more clearly after creating the above url i.e. https://example.com/html-css-js/0ffcc5fa021aa45b87c0792d8362b5b5 |
I think you mean this #11 |
Yes. Almost. Let me try. |
Well, for running it on production, I want to run it like 'forever somefile' so that it runs in the background and I can use this to render multiple urls, each presenting one code snippet. Is that possible. serve does not serve my purpose. |
this is just an SPA, so I think it would be tricky even if it's possible. |
So, unlike jsbin I can not run the app in the background and then create multiple instances (urls) each presenting one url fetched from Github you say? |
|
Coned it. Now how to instal and run it.
The text was updated successfully, but these errors were encountered: