SirAbhi13 / Nexus_Website

Nexus: what the hack

Home Page:https://elixirtechcommunity.github.io/Nexus_Website/dev.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Setup

  1. git clone https://github.com/ElixirTechCommunity/Nexus_Website.git
  2. open project in vscode.
  3. create your personal branch.
  4. open terminal and run npm install (optional)

For development

  1. open dev.html.
  2. start live server.

For Production

  1. open terminal and cd to project dir/
  2. run $ npm run build
  3. open index.html in vsCode.
  4. start live server.

** not having vscode?

Follow these steps to setup

  1. open terminal and run git clone https://github.com/ElixirTechCommunity/Nexus_Website.git
  2. run cd Nexus_Website
  3. run git checkout -b docker
  4. git pull origin docker

To start add with nodejs

  1. run npm install
  2. run npm start
  3. Open browser and go to http://localhost:80/dev

To start with docker

  1. run docker-compose up
  2. Open browser and go to http://localhost:80/dev

About

Nexus: what the hack

https://elixirtechcommunity.github.io/Nexus_Website/dev.html


Languages

Language:JavaScript 59.0%Language:CSS 23.2%Language:HTML 17.8%Language:Shell 0.0%