Skip to content

Latex4000/website

Repository files navigation

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