Skip to content

audioverse-org/audioverse-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04d577c · Dec 4, 2024
Dec 28, 2022
Oct 23, 2024
Sep 19, 2024
Sep 19, 2024
Sep 27, 2024
Nov 29, 2024
Sep 19, 2024
Dec 4, 2024
Jul 15, 2021
Apr 5, 2024
Nov 26, 2024
Sep 19, 2024
Jul 12, 2023
Sep 19, 2024
Oct 20, 2021
Sep 20, 2024
Sep 10, 2024
Jun 22, 2023
Sep 21, 2020
Jun 10, 2022
Oct 24, 2024
Apr 21, 2023
Apr 21, 2023
Dec 1, 2021
Feb 15, 2022
Nov 26, 2024
Jun 23, 2023
Sep 19, 2024
Oct 10, 2024
Dec 4, 2024
Dec 4, 2024
Nov 26, 2024
Mar 23, 2023
Nov 28, 2022
Sep 19, 2024
Nov 29, 2024
Oct 13, 2020

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 all translatable strings to public/lang/en.json using npm run extract.

Modify and add files in public/lang to translate strings.

Run npm run compile to compile translated strings into machine-readable files in public/compiled-lang.

GraphQL Code Generation

npm run graphql:codegen

Compiles to src/lib/generated/graphql.ts

Eslint

Debugging commands:

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