wombak / www-progress

A visual representation of the wombak.xyz development progress

Home Page:https://progress.wombak.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

About

A visual representation of the wombak.xyz development progress

https://progress.wombak.xyz

License:MIT License


Languages

Language:JavaScript 95.4%Language:CSS 2.5%Language:HTML 2.1%