add some instructions and other tasks
This commit is contained in:
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
@@ -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
18
README.md
@@ -1,6 +1,9 @@
|
|||||||
# kickstart-for-time-pwa
|
# kickstart-for-time-pwa
|
||||||
|
|
||||||
## Project setup
|
## Project setup
|
||||||
|
|
||||||
|
We have pkgx.dev set up in package.json, so you can use `dev` to set up the dev environment.
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
@@ -23,6 +26,12 @@ npm run build
|
|||||||
npm run lint
|
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
|
### Test key contents
|
||||||
|
|
||||||
See [this page](openssl_signing_console.rst)
|
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
|
## Other
|
||||||
|
|
||||||
### Reference Material
|
### Reference Material
|
||||||
|
|||||||
@@ -81,5 +81,6 @@
|
|||||||
"prettier": "^3.0.0",
|
"prettier": "^3.0.0",
|
||||||
"tailwindcss": "^3.3.2",
|
"tailwindcss": "^3.3.2",
|
||||||
"typescript": "~5.1.6"
|
"typescript": "~5.1.6"
|
||||||
}
|
},
|
||||||
|
"pkgx": "node^18 npm^10"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,6 +25,8 @@ tasks:
|
|||||||
- 24 Move to Vite assignee:matthew
|
- 24 Move to Vite assignee:matthew
|
||||||
|
|
||||||
- .5 Allow edit of a contact name (but not the DID)
|
- .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
|
- .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 include the hash of the latest commit, and maybe a version
|
||||||
- .5 add link to further project / people when a project pays ahead
|
- .5 add link to further project / people when a project pays ahead
|
||||||
|
|||||||
Reference in New Issue
Block a user