You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing version 2 is in development, would it be possible to include some info on installation? I am a bit clueless on getting it installed and compiling the .ts files. Would like to see how it compares to your current version. Thanks for any info!
The text was updated successfully, but these errors were encountered:
I'll add new documentation at jgallery.jakubkowalczyk.pl as soon as possible. I hope in this week.
To start working with jgallery fetch jgallery repository, go to jgallery directory and in command line, type npm install to install dependencies from npm.
If you would like to run jgallery in development mode run npm script start - type npm start, then go to browser http://localhost:8080. If you will change some source file, opened page in browser will be automaticlly reloaded.
If you would like to build, type npm run build. In ./dist/assets/bundle.js should be builded version.
Seeing version 2 is in development, would it be possible to include some info on installation? I am a bit clueless on getting it installed and compiling the .ts files. Would like to see how it compares to your current version. Thanks for any info!
The text was updated successfully, but these errors were encountered: