1
0
mirror of synced 2025-11-06 04:21:11 +08:00

chore: small changes

This commit is contained in:
redhoodsu
2024-10-24 12:25:37 +08:00
parent d92cbe2c58
commit 786c515bfe
2 changed files with 1 additions and 33 deletions

View File

@@ -1,32 +0,0 @@
# Contributing Guide
## Development Setup
[Node.js](https://nodejs.org/en/) is needed for the development of eruda.
After cloning the repo, run:
```bash
# install npm dependencies.
npm install
# copy jasmine lib from node_modules to test folder.
npm run setup
```
## Commonly used NPM scripts
```bash
# watch and auto re-build.
npm run dev
# build eruda.js
npm run build
# lint, build and test.
npm run ci
```
## Project Structure
- **doc**: documents.
- **build**: webpack configuration, and some other useful scripts.
- **src**: source code, written in es2015.
- **test**: contain pages for testing.

View File

@@ -82,4 +82,4 @@ For more detailed usage instructions, please read the documentation at [eruda.li
## Contribution
Read [Contributing Guide](.github/CONTRIBUTING.md) for development setup instructions.
Read [Contributing Guide](https://eruda.liriliri.io/docs/contributing.html) for development setup instructions.