Giter Club home page Giter Club logo

arcade-songs's Introduction

arcade-songs

Netlify Status Coding Style Gitmoji Translation status FOSSA Status

A utility site that provides a search interface for arcade games songs and sheets.

Prerequisites

Setup

# install dependencies
yarn install
  • Make a copy of the .env.example file as .env and fill out the required fields.

Development

# serve with hot reload at localhost
yarn run dev

# serve with hot reload on local network
yarn run dev:host

Build for production

Static hosting with SSG (recommended)

# Build the application (if needed), generate every route as a HTML file and statically export to dist/ directory (used for static hosting).
yarn run generate

# serve the dist/ directory like your static hosting would do (Netlify, Vercel, Surge, etc), great for testing before deploying.
yarn run serve

Server hosting with SSR

# Build and optimize your application with webpack for production.
yarn run build

# Start the production server (after running nuxt build). Use it for Node.js hosting like Heroku, Digital Ocean, etc.
yarn run start

Data Source

See: https://github.com/zetaraku/arcade-songs-fetch

Contributing

Translation status

arcade-songs is now being translated using Weblate, a web tool designed to ease translating for both developers and translators.

If you found any problem in the translation, you can help improve it by any of:

The translation files are located in locales/.

If you have any ideas or suggestions, you can open an issue or use the ask form.

Contributors ✨

Special Thanks ✨

License

Copyright © 2022 Raku Zeta.

Licensed under the MIT License.

FOSSA Status

arcade-songs's People

Contributors

bapeey avatar ddinghoya avatar echocentrical avatar fossabot avatar lomotos10 avatar lookeey1 avatar sagedeveloper avatar vendettacalls avatar yangyangdaji avatar zetaraku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

arcade-songs's Issues

Add fetch source from DANCERUSH STARDOM

Hi, Nerova here.

As a part of the DRS community, we've struggled to get songs sorted in the past few years.
All the existing methods, including wiki, bots, and spreadsheets, are hard to maintain or will eventually go down at any moment.

Is it possible to have DRS included in both arcade-songs and arcade-songs-fetch?

Execution error in higher version of NodeJS

The installation manual says to use LTS or a higher NodeJS version, but in reality it is impossible to run with the error below.

PS C:\Users\*\Desktop\arcade-songs> yarn dev
yarn run v1.22.19
$ nuxt
i Parsed 1 files in 0.4 seconds                                                                 @nuxt/content 19:26:02
i Sentry reporting is disabled (no DSN has been provided)                                         nuxt:sentry 19:26:02

   ╭───────────────────────────────────────╮
   │                                       │
   │   Nuxt @ v2.15.8                      │
   │                                       │
   │   ▸ Environment: development          │
   │   ▸ Rendering:   server-side          │
   │   ▸ Target:      server               │
   │                                       │
   │   Listening: http://localhost:3000/   │
   │                                       │
   ╰───────────────────────────────────────╯

i Preparing project for development                                                                           19:26:03
i Initial build may take a while                                                                              19:26:03
i Discovered Components: .nuxt/components/readme.md                                                           19:26:03
√ Builder initialized                                                                                         19:26:03
√ Nuxt files generated                                                                                        19:26:03

 WARN  Browserslist: caniuse-lite is outdated. Please run:                                                    19:26:04
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme


* Client █████████████████████████ compiling (0%)


* Server █████████████████████████ building (10%) 1/1 modules 0 active


node:internal/crypto/hash:71
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:140:10)
    at module.exports (C:\Users\*\Desktop\arcade-songs\node_modules\webpack\lib\util\createHash.js:135:53)
    at NormalModule._initBuildHash (C:\Users\*\Desktop\arcade-songs\node_modules\webpack\lib\NormalModule.js:417:16)    at handleParseError (C:\Users\*\Desktop\arcade-songs\node_modules\webpack\lib\NormalModule.js:471:10)
    at C:\Users\*\Desktop\arcade-songs\node_modules\webpack\lib\NormalModule.js:503:5
    at C:\Users\*\Desktop\arcade-songs\node_modules\webpack\lib\NormalModule.js:358:12
    at C:\Users\*\Desktop\arcade-songs\node_modules\loader-runner\lib\LoaderRunner.js:373:3
    at iterateNormalLoaders (C:\Users\*\Desktop\arcade-songs\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
    at Array.<anonymous> (C:\Users\*\Desktop\arcade-songs\node_modules\loader-runner\lib\LoaderRunner.js:205:4)
    at Storage.finished (C:\Users\*\Desktop\arcade-songs\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:55:16)
    at C:\Users\*\Desktop\arcade-songs\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:91:9
    at C:\Users\*\Desktop\arcade-songs\node_modules\graceful-fs\graceful-fs.js:123:16
    at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v19.4.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

To resolve the above error, lowering the NodeJS version to 16 was the best solution for me.

It would be better to fix the error or explicitly indicate the NodeJS version available.

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.