# Studio Maertens Project Page Rebuild

Project page from [Studio Maertens](https://studiomaertens.com/project/orb1) rebuilt for educational purposes.

![Example Image](./src/images/maertens-cover.png)

[Article on maray.ai](https://maray.ai/)

[Demo]()

## Features

Built with Webflow, CurtainsJS, GSAP, SplitType.

## Installation

Install dependencies:

`pnpm install`

Compile the code and start a local server:

`pnpm dev`

To use with Webflow add the following script before `</body>`:

`<script type="module" src="http://127.0.0.1:5173/src/main.js"></script>`

If you clone the project, you can find the script commented out in the page settings.

Create the build:

`pnpm build`

Deploy to npm with Github actions following [Finsweet guide](https://github.com/finsweet/developer-starter#cicd).

## Credits

Original design from [Studio Maertens](https://studiomaertens.com/project/orb1).

## License

[MIT](./LICENSE)

Made by [maray](https://maray.ai)
