Browse Source

add some instructions and other tasks

pull/72/head
Trent Larson 11 months ago
parent
commit
2a9ff8aa77
  1. 14
      CHANGELOG.md
  2. 18
      README.md
  3. 3
      package.json
  4. 2
      project.task.yaml

14
CHANGELOG.md

@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - 2023.11.??
### Added
- Basics: create ID, record a give, declare a project, search, and get notifications.

18
README.md

@ -1,6 +1,9 @@
# kickstart-for-time-pwa
## Project setup
We have pkgx.dev set up in package.json, so you can use `dev` to set up the dev environment.
```
npm install
```
@ -23,6 +26,12 @@ npm run build
npm run lint
```
## Tests
###
For your own web-push tests, change the 'vapid' URL in App.vue, and install apps on the same domain.
### Test key contents
See [this page](openssl_signing_console.rst)
@ -86,15 +95,6 @@ Clear cache for localhost, then go to http://localhost:8080/start
## Dependencies
See https://tea.xyz
| Project | Version |
| ---------- | --------- |
| nodejs.org | ^16.0.0 |
| npmjs.com | ^8.0.0 |
## Other
### Reference Material

3
package.json

@ -81,5 +81,6 @@
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2",
"typescript": "~5.1.6"
}
},
"pkgx": "node^18 npm^10"
}

2
project.task.yaml

@ -25,6 +25,8 @@ tasks:
- 24 Move to Vite assignee:matthew
- .5 Allow edit of a contact name (but not the DID)
- .2 figure out why endorser-mobile search doesn't find recently created PlanAction
- .1 when creating a plan, select location and then make sure you can deselect on Android
- .2 Edit Plan does not have icons across the bottom assignee-group:ui
- .5 include the hash of the latest commit, and maybe a version
- .5 add link to further project / people when a project pays ahead

Loading…
Cancel
Save