The documentation site for project iEDA, a free and open-source silicon EDA project backed by UCAS and PCL
-
Init and update git submodule
git submodule init git submodule update
-
Make sure your NodeJS is up to date
node --version // Expected to be at least v18.0.x npm --version // Expected to be at least v8.9.x
OPTIONAL: use npm mirror registries for optimal speed
npm config set registry=https://registry.npmmirror.com/
-
Install Dependencies
npm install
-
Local preview with live updates
npm run dev
-
Deploy for Production
You will need an account with appropriate privileges to perform this action. If you do not have an account, please register first.
Its always recommended to keep your working repository clean before deployment.
The deploy script will ask for a domain at first launch. When asked, please fill in
ysyx.oscc.cc
.npm run deploy