The code that powers spec.fm.
Clone the repository:
git clone [email protected]:specfm/spec-next.git
cd
into the directory:
cd spec-next
Install dependencies for the web and api:
npm install && cd servers/api && npm install && cd ../..
Start the api:
npm run dev:api
In another terminal window, start the client:
npm run dev:web
Open the site:
localhost:3000
To run cypress tests:
npm run cypress:open