Git Product home page Git Product logo

idolypride-spotlight's Introduction

IDOLY PRIDE SPOTLIGHT

No one starts from the spotlight.

Setup

Enable yarn (requirement: Node.js >=16.10)

corepack enable

Make sure to install the dependencies

yarn install

Development

Wraning Development environment is now under construction. Sandbox database has not been provisioned yet. If you want to contribute, feel free to mention to me!

Start the development server on http://localhost:3000

yarn dev

Currently, Hasura environment is required individually. The description of hasura environment is inside /hasura directory.

Rough steps for setup is below:

  • Create account and project on Hasura
  • Install Hasura CLI
  • Export environment variables HASURA_GRAPHQL_ENDPOINT, HASURA_GRAPHQL_ADMIN_SECRET
  • cd hasura && hasura deploy
  • Update HASURA_GRAPHQL_JWT_SECRET Env vars on Hasura cloud used for Auth0 (please contact me)

Editor settings (Optional)

Enable Take Over Mode for Volar extension integration. How to enable.

Production

Build and serve the application as production environment:

yarn build
yarn start

Deployment

Using github action to deploy on vercel.

In case db migration is required, manually deploying schema and metadata on hasura before the application deployment.

Structure

  • Nuxt3
    • Integrate with Volar to achieve robust type constraint.
  • GraphQL to communicate with Hasura (PostgreSQL)
    • fetching and caching: urql
  • Auth0 to manage user identity

idolypride-spotlight's People

Contributors

pnlybubbles avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.