Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.3 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.3 KB

Cypher Nostr Edition

Licence Issues

Live Build Preview

Step1: Install NodeJS

Make sure to have NodeJs 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.

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

Option2: Through the commandline

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

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Lint the files

npm run lint

Build the app for production

npm run build