Template changes
This commit is contained in:
parent
23634d4123
commit
ea9e5a6bc4
@ -1,3 +1,8 @@
|
||||
# progressive-web-app-template
|
||||
|
||||
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.
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user