Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonchinn178/sungaelee
New website for Dr. SungAe Lee
https://github.com/brandonchinn178/sungaelee
Last synced: 25 days ago
JSON representation
New website for Dr. SungAe Lee
- Host: GitHub
- URL: https://github.com/brandonchinn178/sungaelee
- Owner: brandonchinn178
- Created: 2015-05-20T02:08:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-17T00:43:05.000Z (over 9 years ago)
- Last Synced: 2023-08-09T13:15:36.632Z (about 1 year ago)
- Language: PHP
- Size: 3.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Professional Website for Dr. SungAe Lee
Designing a new website for Dr. SungAe Lee, which will be used for event announcements and as a portfolio for her work, including a bio and a video gallery of her performances.
## Installation
1. `git clone` this repository
2. Install Virtualbox, Vagrant, and NodeJS
3. `npm install` to install grunt
4. `sudo npm install -g grunt-cli` to allow you to run grunt commands. You may have to use sudo (for OSX, *nix, BSD etc) or run your command shell as Administrator (for Windows) to do this.
5. Install ruby and sass. For Ubuntu users you can run 'sudo apt-get install rubygems-integration', and then run 'sudo gem install sass'.## Building
1. `vagrant up --provision` to install Wordpress, PHP, MySQL, and other dependencies on the Vagrant server
2. `grunt build` to compile the SASS code into the CSS files needed for the HTML pages## Running
1. Go to `http://localhost:8888`