Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 496 Bytes

LATEX4000 Website Source Code

Site https://nonacademic.net

Editing site:

  • Clone repository to a folder git clone https://github.com/Latex4000/website.git
  • Go to new folder cd website
  • Run npm install
  • Run npm run dev
  • Open http://localhost:4321/ in your browser
  • Edit files in src/ directory.
    • Pages are in src/pages/, think of .astro as .html 2

Deploying site:

  • Run npm run deploy

During the deploy, new migrations will be applied to the production db

Yay