Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guillempuche/laxarxa

The scaffold of a website to be used by lawyers and immigrants. Based on Gatsby and content as markdown created via HackMD. The idea comes from a talk in a local association in Olot (Spain)
https://github.com/guillempuche/laxarxa

gatsby hackmd immigration law react

Last synced: 11 days ago
JSON representation

The scaffold of a website to be used by lawyers and immigrants. Based on Gatsby and content as markdown created via HackMD. The idea comes from a talk in a local association in Olot (Spain)

Awesome Lists containing this project

README

        

## Development

### Run the web app locally

- Run on your browser: http://localhost:8000/ to start Gatsby
-

### Scripts

`npm run web`: starts the web app in development

`npm run start`: starts the application in development using `nodemon` and `ts-node` to do hot reloading.

`npm run build`: nuilds the app at `build`, cleaning the folder first.

`npm run start:prod`: starts the app in production by first building the project with `npm run build`, and then executing the compiled JavaScript at `build/index.js`.