Skip to content

Binh-NA/we-are

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

WE ARE

Updates membership & events & votes & anything.

Currently

Home page Event page Wiki page

New Features

You can also:

Upgrade old designs. Development other pages like personal detail, vote, forum.

Tech

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.

Installation

Dillinger requires Node.js to run. Install the dependencies and devDependencies and start the server.

yarn

$ cd we-are
$ yarn install
$ yarn run build
$ yarn run dev

npm/npx

$ 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

Developers

Binh-NA Duy-ND

Building for source

For production release:

$ yarn run build

Docker

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

License

MIT

Thanks.