Skip to content

sophiethecoder/trySwift

 
 

Repository files navigation

try! Swift conference site

Swift ?? 💥 March 2nd - 4th, 2016 Tokyo, Japan @tryswiftconf

try! Swift is conference all about Swift and why you should be using it! Come have a great time meeting new people, learning new technologies, and eating delicious food with us March 2nd-4th in wonderful Tokyo, Japan.

Speaker Info

Check out the site to see all of the awesome speakers we have lined up to speak.

Code of Conduct

We're committed to providing a safe space for all of our attendees, speakers, and volunteers. Our Code of Conduct can be read in full on Github. We encourage everyone to read it in full to gain an understanding of what everyone should do and expect to have a great time at try! Swift.

Date and Location

This year's try! Swift will take place in Tokyo, Japan. Location is still being sorted out—follow us on Twitter and check this site to see updates! And email will also go out when location is updated.

Contact

Organizers

  • If the want to sponsor, they can just email info@tryswiftconf.com. We'll add a download so they can see sponsorship options in a bit.

Installation instructions

  1. git clone the repository
  2. [sudo] gem install rails if you don't have Rails installed locally. (If you don't, this installation will take a moment.)
  3. [sudo] gem install bundler to make sure you can install dependencies.
  4. brew install postgresql, if you don't have this installed locally.
  5. bundle install to get dependencies.
  6. postgres -D /usr/local/var/postgres to start your Postgres server
  7. bin/rails server to start your server
  8. rake db:create_all to create the database
  9. rake db:migrate to generate the database tables
  10. rake db:setup adds the seed data to the database

About

try! Swift Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 58.2%
  • HTML 27.0%
  • CSS 14.2%
  • JavaScript 0.6%