This project contains the source code driving the public bigcomputer.xyz website.
It is primarily a Next.js app, deployed to && hosted by Vercel. See Next.js docs for core concepts.
Requires a local Node.js environment (recommend Nodenv) && yarn.
yarn # to install deps
Our dev
script proxies to Next.js':
yarn run dev # starts next.js livereload server
Our build
scripts also proxy to Next.js':
yarn run build # creates a next.js prod build
yarn run start # serves the next.js prod build
yarn run export # exports static html/css/js files for the next.js prod build
Deploys are managed by Vercel, on the Big Computer project. Push to deploy!
git push # builds and deploys to prod on the `main` branch; otherwise to custom subdomains (see vercel or PR for link)