We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
theangchen
Successfully merging a pull request may close this issue.
On Available Scripts
Update command to scaffold project to the same as Getting started or link to getting started
Output should be:
The text was updated successfully, but these errors were encountered: