Skip to content

We are an app developing collective armed with a wide spread of digital skills, ready to deliver fun and entertainment.

Notifications You must be signed in to change notification settings

Chimera-Studio/chimerastudio

Repository files navigation

logo

Official website of Chimera Studio

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


Deployment

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


Development

Developed using Next.js & TypeScript

Requirements

Dependency Version
Node.js >=20
yarn >=1.22.22

Commands

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

Project .env variables

GTM_ID="<secret>"
SITE_URL="https://chimerastudio.co.uk"
BASE_PATH="chimerastudio" # Not required with a custom domain

About

We are an app developing collective armed with a wide spread of digital skills, ready to deliver fun and entertainment.

Resources

Stars

Watchers

Forks