An open API service indexing awesome lists of open source software.

https://github.com/brrd/monsite

Hello world
https://github.com/brrd/monsite

Last synced: 7 days ago
JSON representation

Hello world

Awesome Lists containing this project

README

          

# Nova starter

## How to use

To start a new project:

1. Clone this repo, remove `.git` and create a new repo.

```
git clone --depth=1 --branch=master git@github.com:chapitreneuf/nova-starter.git projectname
cd projectname
rm -rf ./.git
git init
git remote add origin new.git.url
```

2. Edit `version.json` (`name` and `repository` keys)

3. Commit all changes

```
git add --all
git commit -m "Initialisation du projet"
```

## Full documentation

See Nova: https://github.com/chapitreneuf/nova

## Credit

[Chapitre neuf](https://chapitre9.org)