Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (42 loc) · 2 KB

README.md

File metadata and controls

57 lines (42 loc) · 2 KB

SwiftSnapper Build status Preview builds Donate Join the chat at https://gitter.im/filfat/swiftsnapper

SwiftSnapper is a community driven Snapchat client for Windows 10 licensed under the MIT license. It's currently in early development with no set release date.

A subreddit exists for general discussion or questions about the application which can be found here.



Table Of Contents

  1. Development
  2. Translation
  3. Testing

Development

1.1 Requirements

  • Node.js 6.1.0 or above
  • Windows 10, MacOS or Linux (Windows 10 is required to build the app for Windows 10)

1.2 Building

  1. npm install -g cordova
  2. npm install -g gulp
  3. npm install
  4. cordova platform add Windows
  5. cordova platform build Windows

1.3 Running

  • On native hardware: cordova run Windows --device
  • In an emulator: cordova emulate Windows

1.4 How to Contribute

An Contribution guide is currently being written, for now; just be cool, okay?

Translation

2.1 Translate SwiftSnapper

You can find the language defitions here. The structure should match the en-US.json file.

2.2 Example

{
    "doNotTranslateTheLeftSide": "Do not translate the left side!",
    "word": "Word",
    "etc": "etc"
}

Testing

3.1 How to report an issue

TODO