Skip to content

tale of the big computer is an uncannily prescient 1960s sci-fi novel

Notifications You must be signed in to change notification settings

anulman/bigcomputer.xyz

Repository files navigation

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.

Installation

Requires a local Node.js environment (recommend Nodenv) && yarn.

yarn # to install deps

Development

Our dev script proxies to Next.js':

yarn run dev # starts next.js livereload server

Building

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

Deploying

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)

About

tale of the big computer is an uncannily prescient 1960s sci-fi novel

Resources

Stars

Watchers

Forks