Skip to content

LotusiaStewardship/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

245 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lotusia.org made with Nuxt.js 3 / Nuxt UI Pro v1.2

Features:

  • Optimized for SEO
  • Light / Dark mode
  • Fully responsive on mobile / desktop / tablet devices

Installation (tested on node >=20)

cd to the app folder and run

yarn

Run Development

yarn dev

Run Development with Docker

You should avoid developing with Docker as it is mostly required for production build and it significantly decreases the feedback loop for making changes and seeing them. (you need to rebuild the container each time you make a change)

  1. Build container
sudo docker build . -t lotusia/website
  1. Run container
sudo docker run -it -p 8080:8080 lotusia/website:latest

You will then be able to visit the app at localhost:8080

Build for CDN (SSR)

NOTE: Nuxt UI Pro requires an activation key for generating the production website. Refer to the .env.example file for more details.

yarn generate

Credits:

Based on Nuxt UI Pro - SaaS template

About

Landing page for the Lotusia Ecosystem

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors