brainstormbuddy / Vectro-Remix

This project was created with Remix v2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project is built on the Remix framework and uses the Epic Stack for "batteries included" functionality.

Running locally

npm install
npm run dev

Here are the node and npm versions that this works with:

❯ npm version
{
  npm: '9.4.0',
  node: '19.6.0',
  v8: '10.8.168.25-node.11',
  uv: '1.44.2',
  zlib: '1.2.11',
  brotli: '1.0.9',
  ares: '1.19.0',
  modules: '111',
  nghttp2: '1.51.0',
  napi: '8',
  llhttp: '8.1.0',
  uvwasi: '0.0.15',
  acorn: '8.8.2',
  simdutf: '3.1.0',
  undici: '5.16.0',
  openssl: '1.1.1s',
  cldr: '42.0',
  icu: '72.1',
  tz: '2022e',
  unicode: '15.0'
}
❯ node --version
v19.6.0`

We also have Github actions CI connected to the master branch of this repo which auto-deploys to https://vectro.fly.dev/dashboard

About

This project was created with Remix v2.


Languages

Language:TypeScript 95.0%Language:CSS 3.0%Language:JavaScript 1.5%Language:Dockerfile 0.6%