Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 1.83 KB

README.md

File metadata and controls

67 lines (51 loc) · 1.83 KB

cognactive

Web application to track NAC protocol events.

  • regimen
  • myco die-off experiences

Local Development

Clone this repository and run

npm install
npm dev

Tech Stack

Project Structure

src
├── app.tsx     # App entry
├── assets      # Assets for images, favicon etc
├── components  # React components
├── hooks       # React hooks
├── i18n        # i18n files
├── lib         # Utils、tools、services
├── main.tsx    # File entry
├── pages       # One .tsx per page
├── router.tsx  # Routers
├── styles      # Less files
├── types       # Typescript types
└── vite-env.d.ts

TODO

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments