Skip to content

Mizanic/SnapNews

Repository files navigation

SnapNews

Setting up the development environment

Refer to docs/dev_environment.md for the dev environment setup.

Using this monorepo

You should navigate to the appropriate directory for the module you want to work on before doing anything.

For example, to work on the mobile app, navigate to the mobile directory:

cd mobile

Please do not run npm install at the root level, it will:

  1. Not useful as the dependency gets installed at root and not in the appropriate directory.
  2. Will break the build as the dependency is not installed in the appropriate directory.

Running the project

The project contains the following modules, choose one:

  1. App
  2. API
  3. Admin

App

Go to the app directory by running:

cd app

Install the dependencies by running:

npm install

Run the app by running:

npx expo run:android

Alternatively, you can start the web version by running:

npx expo start --web

API

Don't touch :)

Admin

Don't touch for now

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors