alexdor / ossn-frontend

Home Page:https://ossn.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSSN

Welcome to Open Source Student Network page repository!

Contents

  1. Setup
  2. Develop
  3. Build

Setting up the project

  1. Install nodeJS. Use your OS package manager to install nodeJS or follow the instructions on nodeJS page.
  2. Clone the repository. Run git clone https://github.com/ossn/ossn-frontend.git.
  3. Install nvm. Follow the instructions on nvm repo.
  4. Run nvm use.
  5. Install node dependencies. On repo directory run npm install.

Develop

  1. At the repository directory run nvm use.
  2. Open development server. Run npm run develop.
  • The page will be available at localhost:8000 by default

Build

  1. At the repository directory run nvm use.
  2. Building the page. Run npm run build.
  3. Start the server. Run npm run serve to initialize a gatsby server at your machine.

Find out more about the tools we used at https://www.gatsbyjs.org/

About

https://ossn.club

License:MIT License


Languages

Language:JavaScript 56.7%Language:CSS 43.3%