Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ernscht/nitro-project-test

Example project to develop & test generator-nitro project
https://github.com/ernscht/nitro-project-test

example nitro project

Last synced: 22 days ago
JSON representation

Example project to develop & test generator-nitro project

Awesome Lists containing this project

README

        

# Your Project

Introduction …

## Usage

Before using, you need of course [node](https://nodejs.org/) installed.
Ensure correct [node-version](./.node-version)

Run:

```
npm ci
```

and start in development mode

```
npm start
```

## Nitro

For information on how to use Nitro, please refer to [nitro.md](./project/docs/nitro.md).

## Possible Structure of this file

If you have writer's block – a possible structure for your project readme could look like [readme.md](https://github.com/merkle-open/frontend-defaults/blob/master/doc/README.md).