GitXplorerGitXplorer
l

tiangong-lca-next

public
1 stars
7 forks
0 issues

Commits

List of commits on branch main.
Unverified
494b3827ca1d3810803b821a74f293d804ad57fb

Update dependencies for @ant-design/icons and @ant-design/pro-components

llinancn committed 2 hours ago
Verified
8729e08865234f1c603e7b36e15944fe125481ab

Merge pull request #64 from hyy1987/main

llinancn committed 12 hours ago
Unverified
339a8c5c250182dfa5f6551b9abe756020ba3aaa

Refactor Login component for dark mode consistency and form handling

hhyy1987 committed 12 hours ago
Unverified
9bd6b8c1ce9ee5c1ec679df7f419d8930751bc21

Refactor colorPrimary and logo for dark mode consistency

llinancn committed 15 hours ago
Unverified
9da5f16f55cfcb5451562b6f6da2f5a7c0ca0c74

Refactor colorPrimary for dark mode consistency

llinancn committed 16 hours ago
Unverified
e38988a6300cab8a152cc3822480eae6f16a2852

Refactor colorPrimary for dark mode consistency

llinancn committed 17 hours ago

README

The README file for this repository.

TianGong LCA NEXT

Install dependencies

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/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

Publish

#list existing tags
git tag
#creat a new tag
git tag v0.0.1
#push this tag to origin
git push origin v0.0.1

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.