Skip to content

Commit

Permalink
Merge pull request #19 from SkywardAI/new-functions
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
cbh778899 committed Jul 7, 2024
2 parents f63787f + 9829d96 commit e5a35d9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Frontend for SkywardAI
This frontend is written by js with out use any frontend frame
[![Linter and Builder checker 🚀](https://github.com/SkywardAI/rebel/actions/workflows/linter-builder-checker.yml/badge.svg)](https://github.com/SkywardAI/rebel/actions/workflows/linter-builder-checker.yml) [![CodeQL](https://github.com/SkywardAI/rebel/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/SkywardAI/rebel/actions/workflows/github-code-scanning/codeql) [![Release Drafter 🚀](https://github.com/SkywardAI/rebel/actions/workflows/release-drafter.yml/badge.svg)](https://github.com/SkywardAI/rebel/actions/workflows/release-drafter.yml) [![Releasing Image 🚀](https://github.com/SkywardAI/rebel/actions/workflows/release-image.yml/badge.svg)](https://github.com/SkywardAI/rebel/actions/workflows/release-image.yml)

This frontend is written by js without use any frontend frame.\
Don't have to worry about package.json and package-lock.json, they are for linter only, see [Code Lint](#code-lint).

## Run
Because morden browsers won't let file directly read models,\
Expand All @@ -15,4 +18,9 @@ OR\
Run by python3:
> python3 -m http.server
And access ports relatively
And access ports relatively
## Code Lint
**Please do code lint first before you push!**\
If you want to run code lint, you can run
> npm install\
> npm run lint

0 comments on commit e5a35d9

Please sign in to comment.