mirror of
https://github.com/wahyd4/golink.git
synced 2026-08-09 05:05:56 +10:00
Add a new /.help URL which contains a first pass at user docs, covering naming rules for short links, using go templates, and basic API access. Also add client side validation for short name and a link to help page. Change-Id: I4b66793248eba17e567c4f422ee197617f74ee24
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"name": "golink",
|
|
"scripts": {
|
|
"start:css": "tailwindcss --watch -o static/base.css",
|
|
"build:css": "tailwindcss -o static/base.css"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|