Skip to content

keypost-org/keypost-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39cbb41 · Sep 28, 2022

History

25 Commits
Sep 26, 2022
Sep 28, 2022
Sep 4, 2022
Sep 10, 2022
Sep 2, 2022
Sep 26, 2022
Sep 21, 2022
Sep 26, 2022
Sep 26, 2022
Sep 13, 2022
Sep 9, 2022
Sep 26, 2022

Repository files navigation

keypost-web

Local Environment Setup

sudo npm install -g webpack webpack-cli typescript-formatter
npm install
npm init @eslint/config
export NODE_OPTIONS=--openssl-legacy-provider (or 'direnv allow' on .envrc file if installed)
npm run start

Initial project setup from https://blog.logrocket.com/using-webpack-typescript/ Initial project setup from https://learntypescript.dev/12/l4-webpack Trouble Shooting: https://stackoverflow.com/a/69699772

Development

tsfmt -r src/<your-file>.ts
./node_modules/eslint/bin/eslint.js src/<your-file>.ts
npm run build
git add .
git commit -S -m "<my-detailed-commit-message>"
git push

TODO

About

Browser client for keypost-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published