The main website of PHENOM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
PHENOM 89a347d8e5 Merge branch 'master' of https://git.phenomic.net/PHENOM/PHENOMIC.net 4 years ago
.vscode Added Bytebeat-generator, General Update 5 years ago
assets/style Initial commit 5 years ago
layouts Moved project page to Landing Page. Added Jenkins links. 4 years ago
pages Added CI deploy step, added OmegleBot pic 4 years ago
plugins Added Save function to ByteBeat Generator 4 years ago
static Added CI deploy step, added OmegleBot pic 4 years ago
store Added Save function to ByteBeat Generator 4 years ago
.eslintrc.js Initial commit 5 years ago
.gitignore Added Jenkins Integration 4 years ago
Jenkinsfile Added CI deploy step, added OmegleBot pic 4 years ago
README.md Changed Build Status Badge 4 years ago
nuxt.config.js Added Save function to ByteBeat Generator 4 years ago
package-lock.json Added Jenkins Integration 4 years ago
package.json Added CI deploy step, added OmegleBot pic 4 years ago

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.