https://github.com/giddyeffects/vexpo
Virtual Expo
https://github.com/giddyeffects/vexpo
Last synced: about 2 months ago
JSON representation
Virtual Expo
- Host: GitHub
- URL: https://github.com/giddyeffects/vexpo
- Owner: giddyeffects
- Created: 2017-02-22T20:06:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T08:41:41.000Z (about 8 years ago)
- Last Synced: 2025-04-13T09:12:07.512Z (about 2 months ago)
- Language: CSS
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Virtual Expo/Events
[GiddyEffects](http://www.giddyeffects.com)
1. Clone this repo to ``
`git clone https://github.com/giddyeffects/vexpo.git `
2. Remove `.git`
`cd && rm -rf .git`
3. Configure your Settings in your Meteor app:
1. Create a `settings.json` file that **won't be in source control** with the following contents:```js
{
}
```
2. Edit keys as required.4. Now you can run or deploy your copy of Virtual Expo/Events with the `--settings path/to/settings.json` option.