Welcome to Open Source Student Network page repository!
- 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
.
- At the repository directory run
nvm use
. - Open development server. Run
npm run develop
.- The page will be available at localhost:8000 by default.
- 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.
- 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.
- The page will be available localhost:9000 by default.
Find out more about the tools we used at https://www.gatsbyjs.org/