akeshavan / brainspell-neo-frontend

new frontend for brainspell-neo
Apache License 2.0
5 stars 5 forks source link

MetaCurious

MetaCurious is a frontend for Brainspell.

This app features

Getting started

First make sure you have npm and node.js installed

Next, clone the boilerplate from GitHub:

git clone https://github.com/akeshavan/brainspell-neo-frontend

Then install all npm packages:

cd brainspell-neo-frontend/brainspell
npm install

To run the app, do:

npm run dev

And navigate to http://localhost:8080 (or wherever npm starts the server). As you make changes to your app, the browser will reload so you don't have to keep refreshing the page.

Getting involved

We :yellow_heart: new contributors! To get started, check out our contributing guidelines.