Skip to content

audioverse-org/audioverse-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audioverse-next

Getting Started

Use nvm to switch to Node version:

nvm install
nvm use

Run the development server:

npm run dev

Open http://localhost:3000 in browser.

Translation

Extract and compile all translatable strings using:

npm run intl

Modify files in public/lang to translate strings.

The compiled translations will be available in public/compiled-lang.

GraphQL Code Generation

npm run codegen

Eslint

Debugging commands:

DEBUG=eslint:cli-engine npm run lint
TIMING=1 npm run lint