Template changes

This commit is contained in:
David Boreham 2023-12-06 14:53:04 -07:00
parent 23634d4123
commit ea9e5a6bc4
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
# progressive-web-app-template
A template repo from which progressive-web-apps deployable on Laconic can be made.
A template repo from which progressive-web-apps deployable on Laconic can be made.
## Usage
After creating a repository from this template, search for occurrences of "UPDATE-ME-FROM-TEMPLATE" and replace with strings appropriate to the new repository.

View File

@ -1,8 +1,8 @@
{
"private": true,
"name": "@cerc-io/test-progressive-web-app",
"name": "UPDATE-ME-FROM-TEMPLATE",
"version": "0.1.0",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"repository": "https://UPDATE-ME-FROM-TEMPLATE",
"scripts": {
"dev": "next dev",
"build": "next build",