Giter Site home page Giter Site logo

caerula's Introduction

Caerula

MIT License

This is a fun side project about Arknights, a game developed by Hypergryph.

Caerula currently aims to offer an interactive web interface for viewing information about Arknights with a simple but familiar design.

Built With

Jotai Next TypeScript Tailwind CSS Vercel

Getting Started

Prerequisites

This project utilized pnpm as its package manager.

To use npm, remove the "preinstall" script in package.json.

Installation

  1. Clone the repo
    git clone https://github.com/cyanChill/Caerula.git
  2. Then install the dependencies by running pnpm i.

Contributing

Feel free to submit an Issue or Pull Request if you:

  • Find any incorrect information, bugs, inconsistent UI, etc.
  • Have a feature request.
  • Want to push a feature you developed to the site.

Acknowledgements

Disclaimer

Arknights is a mobile game developed & distributed by ©Hypergryph/Studio Montagne/Yostar. The in-game assets contained in this repository and used on the site are the property of Hypergryph/Yostar. This repository & site may contain copyrighted material whose use may not have been specifically authorized by the copyright holder.

This project is not affiliated or endorsed by Arknights' creators & distributors and is distributed without profit for research and educational purposes.

caerula's People

Contributors

cyanchill avatar github-actions[bot] avatar

Stargazers

Fryze avatar

Watchers

 avatar

caerula's Issues

Safari & CSS Columns

There's a lot of things that seem to break the column property on Safari. With Tailwind, having a drop-shadow on a direct child of a container with column causes some weird behavior (ie: content that results in a new column would be "invisible").

Another issue (theory) is that if we have content that's too long (ie: a list with lots of list elements), it forces all the content into the 1st column due to not being able to calculate?

The weird thing is that when opened on Chrome on MacOS, columns behave as expected, unlike when we view the same content on Safari.

This potentially could be fixed by replacing these instances with 2 layers of grid - a wrapper grid creating the columns and inner grids for each column to stack the content.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.