Skip to content
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

Website #208

Open
moklick opened this issue Jan 16, 2023 · 5 comments
Open

Website #208

moklick opened this issue Jan 16, 2023 · 5 comments

Comments

@moklick
Copy link

moklick commented Jan 16, 2023

I just realized that you have a website :) Its super useful! Is it hosted somewhere?

@aitorllj93
Copy link
Contributor

aitorllj93 commented Jan 16, 2023

Hi @moklick, sorry, currently the page builder for the website is failing after some changes done in the public API. Here you can find more information about the current state: #201. If you want to give it a try locally you might be interested on using the fork branch https://github.com/aitorllj93/behave-graph/tree/feat/add-docusaurus

if you want to run the project locally to give it a try, just checkout the branch, move to the website folder, run

npm install
npm run generate-dynamic-pages 
npm start

@moklick
Copy link
Author

moklick commented Jan 16, 2023

I tried it locally :) That's why I am asking. You could plug it into netlify or something similar for now.

@aitorllj93
Copy link
Contributor

there's already a deploy script using github pages. The problem here is that current build is failing and doesn't makes sense to deploy an older version as we need to update the docs. Also I think the priority here would be fixing those issues and trying to release a new package version ASAP so we get rid of the public interface changes. Right now, the docs are showing an old way to create Nodes which is not accepted anymore.

cc @bhouston @oveddan

@moklick
Copy link
Author

moklick commented Jan 16, 2023

got it! Thanks for the reply.

@aitorllj93
Copy link
Contributor

you're welcome! and if you have any other question feel free to talk to me here or in the official Discord channel. I've some knowledge about both old (npm) interfaces and the new ones and was able to run the react graph editor locally with custom nodes so I might be able to help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants