Giter VIP home page Giter VIP logo

DDRadar

日本語版のガイドはこちらです。

GitHub deployments last commit release version Node.js CI CodeFactor codecov dependabot License

DDR Score Tracker

Setup

# Install dependencies
pnpm install

Required

  • Node.js 18.x

  • pnpm 8.x

  • Azure Functions Core Tools 4.x

  • If you want to use Azure Cosmos Emulator for API development and test, install it and set env below.

    • COSMOS_DB_CONN: AccountEndpoint=https://127.0.0.1:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==
    • NODE_TLS_REJECT_UNAUTHORIZED: 0

Develop Command

# Install dependencies
pnpm install
# Run Lint
pnpm lint
# Run Lint & auto fix
pnpm fix
# Run unit test
pnpm test
# Production build
pnpm build

Contributing

See this guide.

DDRadar's Projects

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.