1.0.0 • Published 2 years ago

pico-todo-kernel v1.0.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
2 years ago

pure | 📦 code style | standard

pico-template

This is a pico-stack project template containing a minimal 'todo'-app using svelte as template engine.

(You can hack it to use any other framework/template engine if you want, svelte was just what i had lying around.)

DEMO

Getting started

Create your project if you already haven't

npx degit telamon/pico-template my-project

Then start the local dev-server

yarn
yarn dev

and navigate to https://localhost:5000

Other included scripts:

yarn dev    # Starts local dev-server
yarn test   # Blockend dev: runs unit tests
yarn debug  # Blockend dev: debugs unit tests
yarn build  # Builds production webapp
yarn sinal  # Starts a local swarm singaling server
yarn surge  # Publishes your app to surge.sh

Donations

|  __ \   Help Wanted!     | | | |         | |
| |  | | ___  ___ ___ _ __ | |_| |     __ _| |__  ___   ___  ___
| |  | |/ _ \/ __/ _ \ '_ \| __| |    / _` | '_ \/ __| / __|/ _ \
| |__| |  __/ (_|  __/ | | | |_| |___| (_| | |_) \__ \_\__ \  __/
|_____/ \___|\___\___|_| |_|\__|______\__,_|_.__/|___(_)___/\___|

If you're reading this it means that the docs are missing or in a bad state.

Writing and maintaining friendly and useful documentation takes
effort and time.


  __How_to_Help____________________________________.
 |                                                 |
 |  - Open an issue if you have questions!         |
 |  - Star this repo if you found it interesting   |
 |  - Fork off & help document <3                  |
 |  - Say Hi! :)  https://discord.gg/8RMRUPZ9RS    |
 |.________________________________________________|

License

AGPL-3.0-or-later

2022 🄯 Tony Ivanov