Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 540 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 540 Bytes

Building the web app

To get started, git clone the repository and cd into it.

git clone https://github.com/ricky-ultimate/stemdb.git

cd stemdb

Then install the dependencies using npm

npm install

Environment Configuration

To run the server, create a .env file in the root of the project using the .env.example file as a template.

Running the app

You can run the app in development mode using the command

npm run dev