JSX One
How to run
> git clone [email protected]:jsx-one/jsx-one.git jsx-one
> cd jsx-one
> yarn
> yarn watch # Yarn watch converts typescript code to Javascript code
# Yarn watch and start should be executed in two different terminals
> yarn start
Build rust code
> cd native
> npm run build # NPM is important