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

jporter-dev/codewords-nativescript

Repository files navigation

Codenames

A NativeScript implementation of codenames. Note: This project is currently just a skeleton of the original app. The goal is to get this implementation 100% working. The current roadblock is SocketIO/websocket connectivity.

Usage

# Install dependencies
npm install

# Build for production
npm run build
npm run build:<platform>

# Build, watch for changes and debug the application
npm run debug
npm run debug:<platform>

# Build, watch for changes and run the application
npm run watch
npm run watch:<platform>

# Clean the NativeScript application instance (i.e. rm -rf dist)
npm run clean

Screenshot

Android and iOS Demo

About

Codewords built out with NativeScript and Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published