mnerv / monkecard

decentralized memo app

Home Page:https://monkecard.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monkecard

monkecard is a card memo and a quiz game. Build in mind that the data source can be supplied from other external servers.

Build with Snowpack, ReactJS, tailwindcss and TypeScript.

Requirements

Development

Installs the packages

yarn

Run development server

yarn dev

Run tests

yarn test

Production

Static

Before building run the test script first, build production

yarn build

Docker

Build with docker with production enviroment

docker build --build-arg mode=production -t monkecard .

Run docker image

docker run -d --name container_name -p port_bind:80 monkecard

About

decentralized memo app

https://monkecard.xyz

License:MIT License


Languages

Language:TypeScript 91.6%Language:JavaScript 4.6%Language:HTML 2.2%Language:CSS 1.3%Language:Dockerfile 0.3%