Files
celloc3d.brain.riken.jp/README.md
T
orrisroot c22bf6ee0c docs: update README for Vite migration
Replace Create React App scripts with Vite equivalents.
Removes npm start, npm test, and npm run eject. Adds
npm run dev, npm run preview, npm run lint, npm run format,
and npm run format:check. Updates links to Vite and React docs.
2026-05-24 20:17:09 +09:00

46 lines
1.0 KiB
Markdown

# CelLoc-3D
React project for celloc3d.brain.riken.jp
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.<br>
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
The page will reload if you make edits.<br>
You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `dist` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!
### `npm run preview`
Locally preview the production build.
### `npm run lint`
Run ESLint to check for code quality issues.
### `npm run format`
Format code using Biome.
### `npm run format:check`
Check code formatting without making changes.
## Learn More
You can learn more in the [Vite documentation](https://vite.dev/guide/).
To learn React, check out the [React documentation](https://react.dev/).