Skip to content

intmax2-docs provides official documentation, technical references, and learning resources for developers, contributors, and users of the INTMAX Network.

License

Notifications You must be signed in to change notification settings

InternetMaximalism/intmax2-docs

INTMAX2 Docs

Installation

Install project dependencies using npm:

npm install

This command installs all required packages listed in package.json.

Local Development

Start the local development server:

npm run start

This will launch a development server and automatically open the documentation site in your default browser. Any changes you make to the source files will be reflected in real time — no need to manually restart the server.

Build

Generate the production-ready static site:

npm run build

This command builds the documentation site into the build/ directory. The output can be deployed to any static hosting service, such as Vercel, Netlify, GitHub Pages, or your own server.

Deployment

When changes are merged to the main branch, the site is automatically deployed to:

https://docs.network.intmax.io/

Code Quality & Linting

Run ESLint to check code quality and style:

# Run ESLint to check code quality and style (no auto-fix)
npm run lint

# Run ESLint and automatically fix fixable issues
npm run lint:fix

# Run code formatter to unify style
npm run format

About

intmax2-docs provides official documentation, technical references, and learning resources for developers, contributors, and users of the INTMAX Network.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •