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: 10 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T09:51:45.000Z (about 1 year ago)
- Last Synced: 2025-02-01T15:44:16.325Z (12 months ago)
- Topics: example, nitro, project
- Language: JavaScript
- Homepage: https://nitro-project-test.netlify.app/
- Size: 20.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).