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

Remove startup constraint that a training file must be present #28

Open
wrathagom opened this issue Jul 11, 2017 · 2 comments
Open

Remove startup constraint that a training file must be present #28

wrathagom opened this issue Jul 11, 2017 · 2 comments

Comments

@wrathagom
Copy link

Can we make it to where the program doesn't have to load a training file when it starts. For example when I want to create a brand new one, I may want to launch it empty.

@amn41
Copy link

amn41 commented Jul 11, 2017

you can achieve this by editing src/state/reducer.js. You can either override the isOnline flag or the originalSource key in INITIAL_STATE

@AndreaPivetta
Copy link

Editing the file is possible but not practical: I'm trying to setup a docker-compose file

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

3 participants