The main website of PHENOM
 
 
 
 
Go to file
PHENOM 89a347d8e5
git.phenomic.net/PHENOMIC.net/master This commit looks good Details
Merge branch 'master' of https://git.phenomic.net/PHENOM/PHENOMIC.net
2019-04-17 20:52:31 +02:00
.vscode Added Bytebeat-generator, General Update 2018-09-06 01:09:50 +02:00
assets/style Initial commit 2018-07-15 01:50:30 +02:00
layouts Moved project page to Landing Page. Added Jenkins links. 2019-04-14 22:14:40 +02:00
pages Added CI deploy step, added OmegleBot pic 2019-04-17 20:52:18 +02:00
plugins Added Save function to ByteBeat Generator 2019-04-13 21:42:48 +02:00
static Added CI deploy step, added OmegleBot pic 2019-04-17 20:52:18 +02:00
store Added Save function to ByteBeat Generator 2019-04-13 21:42:48 +02:00
.eslintrc.js Initial commit 2018-07-15 01:50:30 +02:00
.gitignore Added Jenkins Integration 2019-04-14 19:15:30 +02:00
Jenkinsfile Added CI deploy step, added OmegleBot pic 2019-04-17 20:52:18 +02:00
README.md Changed Build Status Badge 2019-04-14 23:22:33 +02:00
nuxt.config.js Added Save function to ByteBeat Generator 2019-04-13 21:42:48 +02:00
package-lock.json Added Jenkins Integration 2019-04-14 19:15:30 +02:00
package.json Added CI deploy step, added OmegleBot pic 2019-04-17 20:52:18 +02:00

README.md

PHENOMIC.net

Build Status

The main website for PHENOM based on Nuxt.js, Vue.js and uses the Vuetify Material Component Framework. Visit the site here https://phenomic.net

Build Setup

# 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, check out the Nuxt.js and Vuetify.js documentation.