Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ernscht/nitro-project-test
- Owner: ernscht
- Created: 2018-12-14T14:00:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T14:31:48.000Z (about 2 months ago)
- Last Synced: 2024-09-17T18:12:29.882Z (about 2 months ago)
- Topics: example, nitro, project
- Language: JavaScript
- Homepage: https://nitro-project-test.netlify.com/
- Size: 18.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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).