hminnovation / experiment-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

If you're starting a new project either fork this repo or clone it then reset git ,

git clone git@git.torchbox.com:innovation/tbx-innovation-starter.git your-new-project-name
cd your-new-project-name
rm -rf .git
git init

Make sure to head into package.json and package-lock.json and rename your project!

Get the project up and running

npm i
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load fonts. It currently uses Google's Courier Prime but can be changed within @/utils/fonts.ts. The available google fonts are viewable by 'cmd' clicking Courier_Prime and opening the index.d.ts file.

It also uses Tailwind.

Deploying

We deploy to Vercel. If you don't have an invite to the Torchbox Vercel team, get one from Tom U.

We currently use the Vercel CLI to deploy from main.

Install the cli, make sure you're signed in as the team and deploy!

npm i -g vercel
vercel login
vercel teams switch
npm run deploy

About


Languages

Language:TypeScript 75.3%Language:Python 21.0%Language:JavaScript 3.0%Language:CSS 0.7%