Skip to content

Source for my personal website

Notifications You must be signed in to change notification settings

carsonRadtke/nosrac.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nosrac.me

https://nosrac.me

Running Locally

tl;dr:

$ make serve

There are three main components:

  1. animation/ contains the rust code that compiles to web assembley and takes care of the logic for particles and for the particle system
  2. ui/ contains the typescript code that compiles to javascript and takes care of manipulating the DOM as well as initializing the canvas
  3. www/ is the site's root directory and all generated code is ultimately moved there