Skip to content

phage-directory/phagedirectory-v3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phage Directory v3.0

This is the Phage Directory core project as of 7/12/2019

Transition from Vue/Nuxt/Airtable to... well more of the same, but this one makes some extensive uses of Airtable as a CMS as an experimental platform for building MVPs.

Mini Log

  • [7/12/19] Building in the open: as this project gets more open, there'll be more work documenting the code and making it readable. It's still mostly a "full-time side project". Created a new github org "phage-directory" and forked over the v3 branch over, and moving main dev into the org branch instead.

Running Locally

Check out package.json for commands. This is a basic mirror of how Nuxt works. Don't forget to use a newer npm: nvm use 8.10.0 or nvm use 10.16.0 — Zeit only supports 8.10, is supposed to support 10.16 but there's a now/nuxt-builder bug for 10.16.0

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.

Zeit Now / Lambda / Production mixup

Releases

No releases published

Packages

No packages published

Languages

  • Vue 64.0%
  • JavaScript 24.0%
  • SCSS 10.8%
  • HTML 1.2%