https://github.com/brendaferrari/chemdata-webapp

New chemdata website - Under development

https://github.com/brendaferrari/chemdata-webapp

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

New chemdata website - Under development

Basic Info
  • Host: GitHub
  • Owner: brendaferrari
  • Language: Vue
  • Default Branch: master
  • Homepage:
  • Size: 3.91 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

```bash

npm

npm install

pnpm

pnpm install

yarn

yarn install

bun

bun install ```

Development Server

Start the development server on http://localhost:3000:

```bash

npm

npm run dev

pnpm

pnpm run dev

yarn

yarn dev

bun

bun run dev ```

Production

Build the application for production:

```bash

npm

npm run build

pnpm

pnpm run build

yarn

yarn build

bun

bun run build ```

Locally preview production build:

```bash

npm

npm run preview

pnpm

pnpm run preview

yarn

yarn preview

bun

bun run preview ```

Check out the deployment documentation for more information.

Owner

  • Name: Brenda Ferrari
  • Login: brendaferrari
  • Kind: user

Chemistry PhD student - Python and Machine Learning student

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 987 dependencies
package.json npm
  • @nuxt/content ^2.12.0 development
  • @nuxtjs/color-mode ^3.3.2 development
  • @nuxtjs/tailwindcss ^6.11.4 development
  • @tailwindcss/typography ^0.5.10 development
  • sitemap ^7.1.1 development
  • nuxt ^3.10.3
  • vue ^3.4.19
  • vue-router ^4.3.0