-
Notifications
You must be signed in to change notification settings - Fork 44
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 CONTRIBUTE? #50
Comments
Of course. I'm going to make it more "contributable" this Saturday along with added tests, contribution guide and some refactoring. |
Brill. I think I've got it working now. It was not finding the I needed to Now it seems to be compiling to JavaScript in dist, but I get errors like these:
Can I fix those? |
That's strange. git clone https://github.com/ShyykoSerhiy/skyweb.git
cd ./skyweb
npm i
npm i -g typings typescript
typings install
tsc There should be no errors. |
It's |
Yup, that's good. I've got it building okay now. Thanks. |
Reproduces for me:
Results in: Had to do |
Could you add a contribution / build document?
I'd like to work on this using VS Code, but I'm having trouble getting it set up correctly to build/compile.
The text was updated successfully, but these errors were encountered: