This project showcases the current progress of @wombak/www via a 3d-like visual interface.
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
Note: Prettier and ESLint automatically run on a
pre-commit
hook via Husky.