Giter VIP home page Giter VIP logo

lazulight-website-update's Introduction

Website hosted at https://lazulight.com/

Getting Started

Setup

  • Ask the project leadership add you as a collaborator to this repository
  • Install Git with Git LFS (e.g. GitHub Desktop)
  • Install nvm, then use nvm to install npm
  • Clone this repository onto your machine
  • In the clone, run npm install to install the dependencies

Use

  • In the clone, run npm run dev, then enter the localhost url into your browser to view the site

Contributing

  • Make a new branch to work on. Do not work on main
  • Edit the website as required
  • run npm run lint and fix any issues that it detects
  • Push your changes and create a pull request from your branch to main

npm Commands

  • npm install installs/updates the dependencies on your computer
  • npm run dev starts a local dev server with hot reloads so you can see your changes as soon as you save.
  • npm run build builds the project for deployment. Built files are created in the dist folder.
  • npm run preview spins up a full web server reading from that dist folder you just built. Good for checking that build-time things (compression, imagetools resize/conversion, etc.) are working properly.
  • npm run test runs the linters but doesn't make any changes. Used in the GitHub Action.
  • npm run lint runs the linters and tries to fix things.

Troubleshooting

  • Vite throws Input file contains unsupported image format and all the images are 1KB
    • We store our media in Git LFS. If you don't have it, grab it from here or from your favourite package manager. See here for more detailed install instructions. After that, run git lfs install to activate it. If you've already cloned the repo before you installed Git LFS, you'll need to manually pull the media from LFS with git lfs pull. After that, everything should Just Work™.

Key dependencies of this project:

lazulight-website-update's People

Contributors

brandon-johns avatar liaustin059 avatar matthewyingtao avatar tecnd avatar abuffseagull avatar ava8tor avatar sant268 avatar speculative avatar kel243 avatar yuki-1318 avatar pyrospower avatar sgbun avatar thundercookie15 avatar

Stargazers

Prince Bhardwaj avatar

Watchers

 avatar

Forkers

thundercookie15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.