DEV Community

Discussion on: What was your win this week?

Collapse
 
filips profile image
Filip Š

My project got 10 stars on GitHub:

GitHub logo filips123 / ZeroTemplate

Template for creating and developing ZeroNet sites

ZeroNet Template

Template for creating and developing ZeroNet sites.

Description

This project provides a template for creating and developing ZeroNet sites.

It supports NPM dependencies and it uses Gulp and Browserify for bundling scripts. It also supports SASS and automatic deployments with Travis CI.

Usage

Requirements

You must have Git and Node.js installed on your computer. It is recommended that use the latest versions.

It is also recommended to also install Python and ZeroNet for easier developing and deploying. You need to use Python 3 version of ZeroNet.

Start

If you don't already have your own ZeroNet site, you should create it from ZeroNet. Details are available in ZeroNet documentation. You must have a site's address and a private key.

You can then clone or fork this repository and install dependencies. It already contains an example site and code with ZeroFrame API.

$ git clone https://github.com/filips123/ZeroTemplate.git my-new-site
Enter fullscreen mode Exit fullscreen mode

And I created (my first) Dev.to post about it:

Collapse
 
michaeltharrington profile image
Michael Tharrington

Heyoo! Busy week right there. Nice accomplishments!