/website

the-collab-lab.codes

Primary LanguageHTML

Netlify Status

website

Source repo for the website at https://the-collab-lab.codes

Website V2

  • This project uses 11ty, a static site generator like Gatsby or Next.js, but it's a lot simpler and doesn't have a dependency on React.

Scripts to run the project

npm run dev # starts the dev server on port 8080
npm run build # builds the site and outputs it in the /build/ folder
npm run build:serve # builds and serves the site in localhost:5000