Skip to content

Amagash/codespace_oddity

Repository files navigation

codespace_oddity

Build Setup - Option 1

Install MongoDB

Detailed instructions can be found on https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/ but here's the run down for macOS:

$ brew tap mongodb/brew
  • Install MongoDB
$ brew install mongodb-community@4.4

Install npm & node

Go to https://www.npmjs.com/get-npm, download and install the right installer for your platform. We are currently using version 14.10.1.

Clone the repo

$ git clone https://github.com/octodemo/codespace_oddity.git
$ cd codespace_oddity

Install dependancies

$ npm install

Serve with hot reload at localhost:3000

$ npm run dev

Build Setup - Option 2

  • Create a new Codespace
  • Click the run button

build for production and launch server

$ npm run build
$ npm run start

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published