/www-progress

A visual representation of the wombak.xyz development progress

Primary LanguageJavaScriptMIT LicenseMIT

@wombak/www-progress

Netlify Status

This project showcases the current progress of @wombak/www via a 3d-like visual interface.

progress.wombak.xyz

Development

To run this project locally first install the dependencies:

npm install

Next you'll need to configure your environment variables (see .env.example for the required values), and then start the Parcel bundler via the start script:

npm start

To build the project for production you can use the build script:

npm run build

Other scripts

  • format: Apply Prettier formatting to the codebase.
  • lint: Run ESLint on the codebase.

Note: Prettier and ESLint automatically run on a pre-commit hook via Husky.