Git Product home page Git Product logo

playtak-ui's Introduction

PlayTak-UI

Javascript based Play Tak web client

Playtak backend can be found here Playtak

Getting Started

Pull the source by cloning the repository, then cd in to the project

git clone [email protected]:USTakAssociation/playtak-ui.git
cd playtak-ui

Install the dev dependencies to run localy or run it using some web server like apache or nginx.

Running locally with NodeJs requires (version 14 or later) and NPM. Node and NPM which are really easy to install.

To make sure you have them available on your machine, try running the following command.

node -v && npm -v

To get started run the following:

npm i
npm run dev

This will start a local dev server for you

If you make any changes just reload the page as caching is turned off

To play locally against the live playtak server in the /src/js/server.js on line 208 uncomment that line and reload

TODO

  • Hot reloading
  • Paramatize environment variables
  • Implement build tooling?
  • Some sort of testing
  • github action for pull request checks

Contributing

PlayTak is an OPEN Open Source Project. This means that:

Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit.

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contributors

Play tak is only possible due to the excellent work of the following contributors:

chaitu
Nohat
Nitzel
InvaderB

See also the list of contributors who participated in this project.

This project is tested with BrowserStack.

License MIT License © USTA see LICENSE.md file

playtak-ui's People

Contributors

invaderb avatar gruppler avatar

Stargazers

devp avatar  avatar  avatar  avatar

Watchers

 avatar nitzel avatar  avatar

playtak-ui's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.