Skip to content

chauvansang/elvis-standin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elvis

Simple schedule helper tool for NUS students.

Setup Instructions

Create an .env file in the project root directory with the following content:

# .env
RACK_ENV=development
PORT=80

Your ~/.gitconfig should have the following settings for jizztastic git actions:

[user]
  name = Your Name
  email = youremail@example.com
[push]
  default = simple
[branch]
  autosetuprebase = always
[rerere]
  enabled = true
[color]
  ui = true
[alias]
  s = status -s
  lg = log --oneline --decorate --all --graph
[core]
  autocrlf = input

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published