Skip to content

janzheng/phagedirectory-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7427368 · Jul 13, 2019
Mar 14, 2019
Feb 18, 2019
Jul 12, 2019
Jul 12, 2019
Feb 18, 2019
Jul 12, 2019
Feb 18, 2019
Feb 28, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Feb 28, 2019
Jun 14, 2018
Jul 12, 2019
Jan 23, 2019
Dec 3, 2018
Jun 14, 2018
Nov 14, 2018
Dec 3, 2018
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 13, 2019

Repository files navigation

Phage Directory v2

This is the Phage Directory core project. Transition project from static site (Middleman) to web app using Vue/Nuxt and powered by Airtable as a CMS. Using a lot of experimental code borrow from other projects. Some code is proof of concept.

7/12/2019

Sunsetting v2 for v3, going forward this version will be for reference and won't be maintained anymore. The legacy site can be found at https://v2.phagedirectory.surge.sh

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.11.2

# 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.

Releases

No releases published

Packages

No packages published