Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.
/ catjam Public archive

https://pog.network ​​​​​​​​'s react projects

License

Notifications You must be signed in to change notification settings

pognetwork/catjam

Repository files navigation

 catJAM Security Headers   GitHub


The catJAM project contains all JAM Stack based (Javascript-API-Markup) React applications used across all pog.network core projects. Currently, this is the official Wallet and Node Webinterface (Specifically for our champ node implementation).

project folder development url deployed website
shared components ./components localhost:2020 -
wallet ./sites/wallet wallet.localhost:2020 wallet.pog.network
admin ./sites/admin admin.localhost:2020 -

For more information about a specific project, click its name.

Getting Started

1. Install Requirements

Development

2. Clone Repo

$ git clone https://github.com/pognetwork/wallet.git && cd wallet

3. Install JS Dependencies

$ pnpm install

Development

Run dev server

$ pnpm dev

Releases

No releases published

Packages

No packages published