Skip to content

idledrop/VisualTalesUI

Repository files navigation

Visual Tales

A web platform to build your stories in a visual novel style manner.

Contributors

Jon Craig - jonnydevlive
Joshua Livesay - joshualivesay
David Fuka - graveto
Vinicio Del Toro - viniciodeltoro
Ted Martinez - tedma4
Polo Santiago - polosantiago
Rene Martinez - rnemtz
Mark Davis - mdavisJr

Inspiration

Japanese developers have been creating vivid experiences using visual novels for what seems like forever now. It's a powerful way to tell stories that uses the readers imagination with visual effects that allows you to say more with less.j

Application Setup

npm install
npm install gulp -g

Starting the application

npm run dev

Page and NPM errors

If you run into problems with the views or npm install do this

# Remove Node Modules Folder
rm -fr node_modules

# Clear Node Cache
npm cache clear

# Reinstall Modules
npm install

Lite-Server Ubuntu Error

If you have you're having trouble with lite-server on Ubuntu try:

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Source:
http://stackoverflow.com/questions/16748737/grunt-watch-error-waiting-fatal-error-watch-enospc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published