Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sovbiz/cypher-lightning-edition
Cypher Init Template
https://github.com/sovbiz/cypher-lightning-edition
bitcoin lightning nostr nuxt pwa
Last synced: about 1 month ago
JSON representation
Cypher Init Template
- Host: GitHub
- URL: https://github.com/sovbiz/cypher-lightning-edition
- Owner: sovbiz
- License: agpl-3.0
- Created: 2024-01-19T13:36:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T22:38:48.000Z (4 months ago)
- Last Synced: 2024-10-30T08:44:30.513Z (about 2 months ago)
- Topics: bitcoin, lightning, nostr, nuxt, pwa
- Language: Vue
- Homepage: https://dev.cypher.space
- Size: 57.9 MB
- Stars: 16
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cypher Lightning Edition
![Licence](https://img.shields.io/github/license/cypher-space/V0.9-Beta) ![Issues](https://img.shields.io/github/issues/cypher-space/V0.9-Beta)
### Step1: Install NodeJS
Make sure to have [NodeJs](https://nodejs.org/) v18 or higher then type the following command into your terminal:### Step2: Cloning / Installation
Option1: Use this repository as a template by clicking the green button at the top to create it in a new repository.
Use the github destop app or CLI to bring the repository to your local machine, it is also possible to make small edits trough github.```shell
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev
```Option2: Through the commandline
```shell
npx create-cypher
```### Step3: Customizing the template
All configuration options are stored in the config folder of the application.
You can edit these parameters using VS code or use the github website to make minor edits.## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
npm run dev
```### Lint the files
```bash
npm run lint
```### Build the app for production
```bash
npm run build
```