Giter Club home page Giter Club logo

hosimati.suisei.moe's Introduction

[WIP] Suisei: The very hexagon idol. Ever.

Preview: https://hosimati-suisei-moe.netlify.app/

Getting started

Note: when cloning this repository, clone the single branch rather than cloning all the branches to reduce blob size. See 7e7bc4f for details.

# Clone this repository
git clone https://github.com/suisei-cn/hosimati.suisei.moe.git --single-branch master # If you work with HTTPS
git clone [email protected]:suisei-cn/hosimati.suisei.moe.git --single-branch master     # If you work with SSH

# Install the dependencies
npm install   # For NPM users
yarn install  # For Yarn men of culture

# You can build a static version of the website, all the files go into `dist/`
npm run build # On NPM or
yarn build    # On Yarn

# You can also run a development server that automatically reloads when you change anything!
npm run serve # On NPM or
yarn serve    # On yarn

# Finally, use --production to create an optimised build
# that is smaller and more compatible, but takes way more time to generate
npm run build --production # On NPM or
yarn build --production    # On Yarn

# (also works with `serve`)

Translating

  • Go to https://hosimati-suisei-moe.netlify.app/#translator-mode, new buttons will appear on the top-left
  • Click on "Download" to get a copy of every string of text on the website
  • Use an IDE to edit the YAML file
  • Use the "Browse..." button on satania.moe in translator mode to load your YAML file on the website to preview your changes locally
  • Once you're done, convert the YAML to JSON and add it to /src/locales and add the option for it in the index.html file around line 119, then you can do a pull request

License

SDL 1.0 License (the Satania Daiakuma License). See more at LICENSE.md.

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.