Updates membership & events & votes & anything.
Home page Event page Wiki page
You can also:
Upgrade old designs. Development other pages like personal detail, vote, forum.
Open source projects:
- React Hooks - A JavaScript library for building user interfaces.
- NextJS - The React Framework for Production.
- Typescript - TypeScript extends JavaScript by adding types.
- Tailwind Css - Rapidly build modern websites without ever leaving your HTML.
- ESLint - Find and fix problems in your JavaScript code.
And WE-ARE is open source with a public repository on GitHub.
Dillinger requires Node.js to run. Install the dependencies and devDependencies and start the server.
$ cd we-are
$ yarn install
$ yarn run build
$ yarn run dev
$ cd we-are
$ npm install
$ npm run build
$ npm run dev
For production environments.
$ create file .env.production
$ set API_HOST = "host name"
$ yarn run dev / npm run dev
Binh-NA
Duy-ND
For production release:
$ yarn run build
Dillinger is very easy to install and deploy in a Docker container.
By default, the Docker will expose port 80, so change this within the Dockerfile if necessary. When ready, simply use the Dockerfile.
docker run
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1
MIT
Thanks.