Giter Site home page Giter Site logo

nixoid / effectindex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from effectindex/effectindex

0.0 0.0 0.0 74.33 MB

A resource dedicated to establishing the field of formalised Subjective Effect Documentation.

Home Page: https://effectindex.com

License: ISC License

Shell 0.01% JavaScript 13.15% CSS 0.48% HTML 18.44% Vue 67.92%

effectindex's Introduction

effectindex

A nuxt.js-based content management system designed for https://effectindex.com

Installation

  1. Install Git, Node and MongoDB
  2. Run mongod --dbpath="$HOME"/.config/mongodb. Feel free to edit this path, this is where the database will be stored.
  3. git clone https://github.com/effectindex/EffectIndex
  4. cd EffectIndex
  5. npm install
  6. Create a .env file in the EffectIndex directory with the following contents:
# URL of the server
BASE_URL=http://localhost:3000/
# Base URL for Axios ('/' unless running in some directory)
BROWSER_BASE_URL=/
# A secret for the JSON Web Tokens
jwtSecret=change_this_to_something_other_than_this
  1. (optional) Download a dump of the database and use the MongoDB mongorestore utility to restore it.
  • Extract the zip file to a folder
  • mongorestore --db effectindex dump/effectindex
  1. Use npm run dev to run the development server, npm run build to build the production site, and npm run start to start the production site.

Note: If your Node version is newer than 16, you will get an error upon startup. If you have nvm installed, nvm use while in the EffectIndex directory will automatically use the right version.

Note: If your computer supports IPv6, you MUST use --ipv6 when running mongod, otherwise EffectIndex will fail to connect to the database.

effectindex's People

Contributors

viscid avatar 5ht2 avatar josikinz avatar wjlafrance avatar dependabot[bot] avatar lilrogalski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.