https://github.com/brrd/monsite
Hello world
https://github.com/brrd/monsite
Last synced: 7 days ago
JSON representation
Hello world
- Host: GitHub
- URL: https://github.com/brrd/monsite
- Owner: brrd
- Created: 2025-11-04T08:49:53.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-22T15:55:05.000Z (4 months ago)
- Last Synced: 2025-12-24T02:59:03.566Z (4 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)