Skip to content

apollo-dw/website

 
 

Repository files navigation

LaTeX 4000 Website Source Code

https://nonacademic.net

Dependencies

  • Node.js 22 (or use the provided nvm config)

Development setup

  • Clone the repository: git clone https://github.com/Latex4000/website.git && cd website
  • Install dependencies: npm install
  • Run the development server: npm run dev

The server will be exposed at http://localhost:4321/, and the dev/ directory will be used for the DB file and upload storage. Files under dev/ will be reset on every run of the development server.

If testing with the Discord bot, you can add DEVELOPER_DISCORD_ID=<your user ID> to .env to have the development server create a user for you. Right click on your Discord profile and click "Copy User ID" to get the ID.

Deployment

  • Build and deploy: npm run deploy

Only VINXIS and cl8n can deploy for now.

About

The main site for Latex4000

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 36.2%
  • TypeScript 33.1%
  • Astro 17.6%
  • CSS 10.7%
  • JavaScript 2.1%
  • Shell 0.3%