OSSN
Welcome to Open Source Student Network page repository!
Contents
- Setup
- Develop
- Build
Setting up the project
- Install
nodeJS
. Use your OS package manager to install nodeJS or follow the instructions on nodeJS page.
- Clone the repository. Run
git clone https://github.com/ossn/ossn-frontend.git
.
- Install nvm. Follow the instructions on nvm repo.
- Run
nvm use
.
- Install node dependencies. On repo directory run
npm install
.
Develop
- At the repository directory run
nvm use
.
- Open development server. Run
npm run develop
.
- Login to the development page is available through the url: https://dev.ossn.club/api/v1.0/oidc/login.
After login you will be redirected to localhost:8000.
Build
- At the repository directory run
nvm use
.
- Building the page. Run
npm run build
.
- 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/