Skip to content

vanyukov/dharmadict

Repository files navigation

Dharma Dictionary

.env

create file .env

cp .env.example .env

Local

Install dependencies

$ npm install

Starts the development server with hot reload at localhost:3000

$ npm run dev

Builds the app for production and launch server

$ npm run build
$ npm run start

Generate static project

$ npm run generate

Docker

Starts the development server

run dev mode docker-compose up

Builds the app for production

builds the production application first-run docker-compose -f docker-compose-build.yml up --build run docker-compose -f docker-compose-build.yml up

Generate the app for production

generate the production application first-run docker-compose -f docker-compose-generate.yml up --build run docker-compose -f docker-compose-generate.yml up

Runs the built app in production mode

After building, the start script starts a Node.js server that supports hybrid pages, serving both statically generated and server-side rendered pages, and API Routes. first-run docker-compose -f docker-compose-start.yml up --build run docker-compose -f docker-compose-start.yml up

Technology Stack

Nuxt.js

axioss

tailwindcss

tailwindcss.nuxtjs

google-fonts-module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published