Skip to content

Boblepointu/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

274 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 >18)

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

Marketing and documentation site for Lotusia — a decentralized reputation protocol with burn-to-vote mechanics and transparent on-chain reputation scoring

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 96.7%
  • JavaScript 1.2%
  • Vue 1.2%
  • TypeScript 0.6%
  • Python 0.3%
  • Shell 0.0%