NMFS-RADFish / radfish

Documentation source for docusaurus generated Github Page.
https://nmfs-radfish.github.io/radfish/
1 stars 0 forks source link

Docs - Available Scripts > Update scaffold command and update output #57

Closed theangchen closed 2 weeks ago

theangchen commented 3 weeks ago

On Available Scripts

Update command to scaffold project to the same as Getting started or link to getting started

npx @nmfs-radfish/create-radfish-app my-app

Output should be:

├── babel.config.js
├── index.html
├── mocks
│   ├── browser.js
│   └── handlers.js
├── node_modules/
├── package-lock.json
├── package.json
├── public
│   ├── icons
│   ├── manifest.json
│   ├── mockServiceWorker.js
│   ├── noaafavicon.png
│   └── robots.txt
├── src
│   ├── App.jsx
│   ├── index.css
│   ├── index.jsx
│   ├── pages
│   ├── service-worker.js
│   └── styles
└── vite.config.js