Skip to content

Melkeydev/astrostation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astrostation

Getting Started

If you want to work on feature development or bug fixes, or just want to test out the project, please follow the steps below:

  1. Clone the project or Fork and clone the project as needed
  2. Run npm i (or equivalent) inside of the project to install all deps
  3. Copy .env.sample to .env and edit the file as needed

Running the Project

  1. Use npm run dev (or equivalent) to start the application with a development server.