We are an app developing collective armed with a wide spread of digital skills, ready to deliver fun and entertainment. Our recent leaps in progress have allowed us to offer in-organisation project optimisations and idea realisations. It's simple, if you have a good idea for an app, talk to us.
Check out the live site at chimerastudio.co.uk
- Designed and Developed by: Chimera Studio
This project uses Github Actions to trigger a deployment and is hosted using GitHub pages
The deployment is triggered by manually running the "Deploy" workflow
Developed using Next.js & TypeScript
Dependency | Version |
---|---|
Node.js | >=20 |
yarn | >=1.22.22 |
To install & setup dependencies:
yarn (install)
Run the DEV server for local development in the browser:
yarn dev
The application will be available at localhost:3000
To build the application for production:
yarn build
yarn build:sitemap
Run tests & linters
yarn tsc
yarn lint
yarn test
Get test coverage report:
yarn test:coverage
GTM_ID="<secret>"
SITE_URL="https://chimerastudio.co.uk"
BASE_PATH="chimerastudio" # Not required with a custom domain