Skip to content

adkrix/ra-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ra-calendar

Jquery calendar for bootstrap

Install project

cd <work-path>/ra-calendar
bundle install
npm install

Build distribution in dist/ directory

grunt

Start development

grunt server

Update on remote server with ftp

grunt deploy

For ftp create .ftppass file

{
  "host": "my-server",
  "dest": "/",
  "key": {
    "username": "my-user",
    "password": "my-pass"
  }
}

Start server in console

bin/server.sh

Open in browser

http://127.0.0.1:8080

About

jQuery calendar for Bootstrap with resources support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published