Skip to content
forked from ebelinski/swiftly

Swiftly is a one-stop quick reference spot for Swift developers. 📑

License

Notifications You must be signed in to change notification settings

rizwan95/swiftly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swiftly

Swiftly is a Swift language reference website for Swift developers of all levels. It is built with Jekyll and deployed on GitHub Pages. Changes merged into the main branch are automatically deployed.

Getting started

To make contributions, you can submit pull requests with changes to the relevant markdown files. However, if you would like to build the Swiftly website locally, follow these instructions:

  1. Install the correct version of Ruby, ideally using a tool such as rbenv.
  2. Install the project Ruby dependencies: bundle install.
  3. Start the local Jekyll server: bundle exec jekyll serve.

The website should now be visible in a browser at http://127.0.0.1:4000/.

Contributing

You may open issues for suggestions and pull request for proposed changes. All contributors must follow the code of conduct. Any contributions you make must follow the license.

License

This repository has two licenses. The MIT License, a software license, covers the whole repository except for the _subpages folder, which contains the content pages. The Attribution-ShareAlike 4.0 International license, a content license, covers the _subpages folder, as well as the contents visible on the website itself. See LICENSE.md for more information.

About

Swiftly is a one-stop quick reference spot for Swift developers. 📑

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 98.2%
  • HTML 1.6%
  • Ruby 0.2%