Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 778 Bytes

SEEDS Invite Manager

In order to initalize for development make sure you have installed npx and typescript.

Initialize enviorment variables through creating the proper .env file in root (use .env-template for reference).

That includes:

Current applicaiton is running at https://invites.joinseeds.earth

Running

Install

npm install

Development + watch

npm run dev

Just Run

npm start

Test

npm test

License

See the LICENSE file for license rights and limitations (MIT)