https://github.com/devunltd/apiker-template
New Project Template for Apiker API
https://github.com/devunltd/apiker-template
Last synced: about 1 year ago
JSON representation
New Project Template for Apiker API
- Host: GitHub
- URL: https://github.com/devunltd/apiker-template
- Owner: DevUnltd
- Created: 2021-11-08T01:00:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T17:38:21.000Z (about 2 years ago)
- Last Synced: 2025-03-24T21:02:52.919Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 921 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 👷 Apiker Demo
This is the template used when you create an Apiker project, as shown in the "Install" instructions below.
## 📦 Install
To create a project based on this demo:
```
npx apiker your-site-name
```
## Note: You must use [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update) 1.19.3 or newer to use this template.
## Please read the [Durable Object documentation](https://developers.cloudflare.com/workers/learning/using-durable-objects) before using this template.
Make sure to do the following before running `wrangler publish`:
- edit your [**app.toml**](https://github.com/hodgef/apiker-demo/blob/master/app.toml)
- edit files under src/ as desired
- run `npm run build`
