Skip to content

ciestgd/TianGong-LCA-NEXT

 
 

Repository files navigation

TianGong LCA NEXT

Install dependencies

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

nvm install
nvm alias default 20
nvm use

npm install

Provided Scripts

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

You can now run the Next.js local development server

🚀 Use VSCode Launch Program configuration to Debug! 🚀

The app should now be running on localhost:8000.

About

TianGong-LCA-NEXT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • JavaScript 3.0%
  • Less 0.2%