Link Search Menu Expand Document

Korolev

  1. Structure
  2. Starting Up
    1. Run

Structure

|-- root
|   |-- docs (Public)
|   |   |-- assets - Images and icons
|   |   |-- build - Compiled JS & CSS
|   |   |-- css - Stores Atomic & Global SCSS
|   |   `-- Galileo - /Galileo
|   `-- src
|       |-- data - All JSON static data
|       |-- pages - All Pages/Tabs
|       |-- shared - Components shared in multiple pages
|       `-- micro, nano - Components to large to be in pages
|-- package.json
|-- rollup.config
`-- lic, readme

Starting Up

After cloning the repo. In a terminal in the repo. You may use npm or pnpm

$ npm install pnpm
$ pnpm i

Run

$ npm run dev
# for the SCSS compilers (global/atomic)
$ npm run sass:global
# build
$ npm run build

Go to Point your web browser to http://localhost:5000


Table of contents


Back to top

Copyright © 2021 SEDS Celestia. Built by Plutoniumm.

Use these Keybindings to zip around the site!

  • ? - Open Hotkeys Info
  • ❶ - Home
  • ❷ - General
  • ❸ - Korolev
  • ❹ - Edu
  • ❺ - Thales
  • 🅹 - Prev. Page in List
  • 🅺 - Next Page in Index