Skip to content

Experimental native (mobile) applications for Paradicms

License

Notifications You must be signed in to change notification settings

paradicms/native

Repository files navigation

Paradicms native

This repository contains experimental native (mobile) applications for Paradicms, implemented in React Native.

Repository organization

  • app/: React Native apps
  • lib/: libraries shared between apps
  • script/: standardized scripts for building and testing the code, following the Scripts to Rule Them All pattern

First-time setup

Dependencies

Setup

script/bootstrap

Building

Libraries

yarn build-lib

Libraries and apps

yarn build

A single app

cd app/forms
yarn build

A single library

cd lib/react-native
yarn build

Running tests

script/test

Continuous Integration

This repository uses GitHub Actions for Continuous Integration and Deployment (CI/CD). See the .github/workflows directory for GitHub Actions workflow specifications.

Coding conventions and tools

TypeScript code is formatted with Prettier.

License

GNU General Public License version 3 (GPLv3)

About

Experimental native (mobile) applications for Paradicms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published